#D9D97D

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

Shades of Goldenrod #D9D97D

Tints of Goldenrod #D9D97D

Color information

#D9D97D (or 0xD9D97D) is unknown color: approx Goldenrod. HEX triplet: D9, D9 and 7D. RGB value is (217,217,125). Sum of RGB (Red+Green+Blue) = 217+217+125=559 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.82% from 559); Green value is 217 (85.16% from 255 or 38.82% from 559); Blue value is 125 (49.22% from 255 or 22.36% from 559); Max value from RGB is 217 - color contains mainly: red, green. Hex color #D9D97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D97D is #262682. Grayscale: #CECECE. Windows color (decimal): -2500227 or 8247769. OLE color: 8247769.

HSL color Cylindrical-coordinate representation of color #D9D97D: hue angle of 60º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D9D97D is Cyan = 0, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB217217125-
CMYK000.420.15
HSL60º54.76%67.06%-
HSV(B)60º42.4%85.1%-
XYZ57.1365.8629.1-
YUV206.5182135.48-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.82%
GREEN value IS 217 (85.16% from 255) = 38.82%
BLUE value IS 125 (49.22% from 255) = 22.36%
R=38.82%
G=38.82%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217217125000.420.156054.7667.06
HexD9D97D002AF3c3743
Octal3313311750052177467103
Binary110110011101100111111010010101011111111001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D97D; }

 p { color: rgb(217,217,125); }

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

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

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

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

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

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

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