#D1D96E

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

Shades of Goldenrod #D1D96E

Tints of Goldenrod #D1D96E

Color information

#D1D96E (or 0xD1D96E) is unknown color: approx Goldenrod. HEX triplet: D1, D9 and 6E. RGB value is (209,217,110). Sum of RGB (Red+Green+Blue) = 209+217+110=536 (70% of max value = 765). Red value is 209 (82.03% from 255 or 38.99% from 536); Green value is 217 (85.16% from 255 or 40.49% from 536); Blue value is 110 (43.36% from 255 or 20.52% from 536); Max value from RGB is 217 - color contains mainly: green. Hex color #D1D96E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D96E is #2E2691. Grayscale: #CACACA. Windows color (decimal): -3024530 or 7264721. OLE color: 7264721.

HSL color Cylindrical-coordinate representation of color #D1D96E: hue angle of 64.49º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D1D96E is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB209217110-
CMYK0.0400.490.15
HSL64.49º58.47%64.12%-
HSV(B)64.49º49.31%85.1%-
XYZ53.9264.3124.32-
YUV202.4175.85132.7-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.99%
GREEN value IS 217 (85.16% from 255) = 40.49%
BLUE value IS 110 (43.36% from 255) = 20.52%
R=38.99%
G=40.49%
B=20.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2092171100.0400.490.1564.4958.4764.12
HexD1D96E4031F403a40
Octal32133115640611710072100
Binary110100011101100111011101000110001111110000001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D96E; }

 p { color: rgb(209,217,110); }

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

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

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

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

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

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

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