#D9D478

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

Shades of Goldenrod #D9D478

Tints of Goldenrod #D9D478

Color information

#D9D478 (or 0xD9D478) is unknown color: approx Goldenrod. HEX triplet: D9, D4 and 78. RGB value is (217,212,120). Sum of RGB (Red+Green+Blue) = 217+212+120=549 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.53% from 549); Green value is 212 (83.20% from 255 or 38.62% from 549); Blue value is 120 (47.27% from 255 or 21.86% from 549); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D478 is #262B87. Grayscale: #CBCBCB. Windows color (decimal): -2501512 or 7918809. OLE color: 7918809.

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

Color convert

RGB217212120-
CMYK00.020.450.15
HSL56.91º56.07%66.08%-
HSV(B)56.91º44.7%85.1%-
XYZ55.5563.1927.04-
YUV203.0181.16137.98-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.53%
GREEN value IS 212 (83.20% from 255) = 38.62%
BLUE value IS 120 (47.27% from 255) = 21.86%
R=39.53%
G=38.62%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721212000.020.450.1556.9156.0766.08
HexD9D478022DF393842
Octal3313241700255177170102
Binary1101100111010100111100001010110111111110011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D478; }

 p { color: rgb(217,212,120); }

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

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

 a { background-color: rgb(217,212,120); }

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

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

 span { border-color: rgb(217,212,120); }

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