#D6B845

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

Shades of Old Gold #D6B845

Tints of Old Gold #D6B845

Color information

#D6B845 (or 0xD6B845) is unknown color: approx Old Gold. HEX triplet: D6, B8 and 45. RGB value is (214,184,69). Sum of RGB (Red+Green+Blue) = 214+184+69=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 184 (72.27% from 255 or 39.40% from 467); Blue value is 69 (27.34% from 255 or 14.78% from 467); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B845 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B845 is #2947BA. Grayscale: #B4B4B4. Windows color (decimal): -2705339 or 4569302. OLE color: 4569302.

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

Color convert

RGB21418469-
CMYK00.140.680.16
HSL47.59º63.88%55.49%-
HSV(B)47.59º67.76%83.92%-
XYZ45.9549.0112.67-
YUV179.8665.44152.35-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.82%
GREEN value IS 184 (72.27% from 255) = 39.40%
BLUE value IS 69 (27.34% from 255) = 14.78%
R=45.82%
G=39.40%
B=14.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141846900.140.680.1647.5963.8855.49
HexD6B8450E4410304037
Octal326270105016104206010067
Binary11010110101110001000101011101000100100001100001000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B845; }

 p { color: rgb(214,184,69); }

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

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

 a { background-color: rgb(214,184,69); }

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

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

 span { border-color: rgb(214,184,69); }

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