#D9D674

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

Shades of Goldenrod #D9D674

Tints of Goldenrod #D9D674

Color information

#D9D674 (or 0xD9D674) is unknown color: approx Goldenrod. HEX triplet: D9, D6 and 74. RGB value is (217,214,116). Sum of RGB (Red+Green+Blue) = 217+214+116=547 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.67% from 547); Green value is 214 (83.98% from 255 or 39.12% from 547); Blue value is 116 (45.70% from 255 or 21.21% from 547); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D674 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D674 is #26298B. Grayscale: #CCCCCC. Windows color (decimal): -2501004 or 7657177. OLE color: 7657177.

HSL color Cylindrical-coordinate representation of color #D9D674: hue angle of 58.22º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D9D674 is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB217214116-
CMYK00.010.470.15
HSL58.22º57.06%65.29%-
HSV(B)58.22º46.54%85.1%-
XYZ55.8164.1125.95-
YUV203.7278.49137.47-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.67%
GREEN value IS 214 (83.98% from 255) = 39.12%
BLUE value IS 116 (45.70% from 255) = 21.21%
R=39.67%
G=39.12%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721411600.010.470.1558.2257.0665.29
HexD9D674012FF3a3941
Octal3313261640157177271101
Binary110110011101011011101000110111111111110101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D674; }

 p { color: rgb(217,214,116); }

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

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

 a { background-color: rgb(217,214,116); }

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

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

 span { border-color: rgb(217,214,116); }

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