#D6B247

Color #D6B247 Old Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Gold #D6B247

Tints of Old Gold #D6B247

Color information

#D6B247 (or 0xD6B247) is unknown color: approx Old Gold. HEX triplet: D6, B2 and 47. RGB value is (214,178,71). Sum of RGB (Red+Green+Blue) = 214+178+71=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 178 (69.92% from 255 or 38.44% from 463); Blue value is 71 (28.12% from 255 or 15.33% from 463); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B247 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6B247 is #294DB8. Grayscale: #B1B1B1. Windows color (decimal): -2706873 or 4698838. OLE color: 4698838.

HSL color Cylindrical-coordinate representation of color #D6B247: hue angle of 44.9º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D6B247 is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB21417871-
CMYK00.170.670.16
HSL44.9º63.56%55.88%-
HSV(B)44.9º66.82%83.92%-
XYZ44.7946.5912.59-
YUV176.5768.43154.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 214 (83.98% from 255) = 46.22%
GREEN value IS 178 (69.92% from 255) = 38.44%
BLUE value IS 71 (28.12% from 255) = 15.33%
R=46.22%
G=38.44%
B=15.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141787100.170.670.1644.963.5655.88
HexD6B24701143102d4038
Octal326262107021103205510070
Binary110101101011001010001110100011000011100001011011000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B247; }

 p { color: rgb(214,178,71); }

 H1.HeaderClassName
 {
   color: #D6B247;
 }
 .AnyTagClassName
 {
   color: #D6B247;
 }
</style>
background-color css

<style>
 a { background-color: #D6B247; }

 a { background-color: rgb(214,178,71); }

 div.DivClassName
 {
   background-color: #D6B247;
 }
 .BgClassName
 {
   background-color: #D6B247;
 }
</style>
border-color css

<style>
 span { border-color: #D6B247; }

 span { border-color: rgb(214,178,71); }

 td.TdClassName
 {
   border-color: #D6B247;
 }
 .TagClassName
 {
   border-color: #D6B247;
 }
</style>