#D9B544

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

Shades of Old Gold #D9B544

Tints of Old Gold #D9B544

Color information

#D9B544 (or 0xD9B544) is unknown color: approx Old Gold. HEX triplet: D9, B5 and 44. RGB value is (217,181,68). Sum of RGB (Red+Green+Blue) = 217+181+68=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 181 (71.09% from 255 or 38.84% from 466); Blue value is 68 (26.95% from 255 or 14.59% from 466); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B544 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9B544 is #264ABB. Grayscale: #B3B3B3. Windows color (decimal): -2509500 or 4503001. OLE color: 4503001.

HSL color Cylindrical-coordinate representation of color #D9B544: hue angle of 45.5º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D9B544 is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB21718168-
CMYK00.170.690.15
HSL45.5º66.22%55.88%-
HSV(B)45.5º68.66%85.1%-
XYZ46.1848.2212.34-
YUV178.8865.43155.19-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.57%
GREEN value IS 181 (71.09% from 255) = 38.84%
BLUE value IS 68 (26.95% from 255) = 14.59%
R=46.57%
G=38.84%
B=14.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.69
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171816800.170.690.1545.566.2255.88
HexD9B54401145F2e4238
Octal331265104021105175610270
Binary11011001101101011000100010001100010111111011101000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B544; }

 p { color: rgb(217,181,68); }

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

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

 a { background-color: rgb(217,181,68); }

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

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

 span { border-color: rgb(217,181,68); }

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