#D9D97C

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

Shades of Goldenrod #D9D97C

Tints of Goldenrod #D9D97C

Color information

#D9D97C (or 0xD9D97C) is unknown color: approx Goldenrod. HEX triplet: D9, D9 and 7C. RGB value is (217,217,124). Sum of RGB (Red+Green+Blue) = 217+217+124=558 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.89% from 558); Green value is 217 (85.16% from 255 or 38.89% from 558); Blue value is 124 (48.83% from 255 or 22.22% from 558); Max value from RGB is 217 - color contains mainly: red, green. Hex color #D9D97C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D97C is #262683. Grayscale: #CECECE. Windows color (decimal): -2500228 or 8182233. OLE color: 8182233.

HSL color Cylindrical-coordinate representation of color #D9D97C: 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.43%. Process color model (Four color, CMYK) of #D9D97C is Cyan = 0, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB217217124-
CMYK000.430.15
HSL60º55.03%66.86%-
HSV(B)60º42.86%85.1%-
XYZ57.0765.8328.77-
YUV206.481.5135.56-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.89%
GREEN value IS 217 (85.16% from 255) = 38.89%
BLUE value IS 124 (48.83% from 255) = 22.22%
R=38.89%
G=38.89%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217217124000.430.156055.0366.86
HexD9D97C002BF3c3743
Octal3313311740053177467103
Binary110110011101100111111000010101111111111001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D97C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D97C; }

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

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

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

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

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

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

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

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