#D5D96E

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

Shades of Goldenrod #D5D96E

Tints of Goldenrod #D5D96E

Color information

#D5D96E (or 0xD5D96E) is unknown color: approx Goldenrod. HEX triplet: D5, D9 and 6E. RGB value is (213,217,110). Sum of RGB (Red+Green+Blue) = 213+217+110=540 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.44% from 540); Green value is 217 (85.16% from 255 or 40.19% from 540); Blue value is 110 (43.36% from 255 or 20.37% from 540); Max value from RGB is 217 - color contains mainly: green. Hex color #D5D96E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D96E is #2A2691. Grayscale: #CCCCCC. Windows color (decimal): -2762386 or 7264725. OLE color: 7264725.

HSL color Cylindrical-coordinate representation of color #D5D96E: hue angle of 62.24º 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 #D5D96E is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB213217110-
CMYK0.0200.490.15
HSL62.24º58.47%64.12%-
HSV(B)62.24º49.31%85.1%-
XYZ55.0764.924.38-
YUV203.6175.17134.7-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.44%
GREEN value IS 217 (85.16% from 255) = 40.19%
BLUE value IS 110 (43.36% from 255) = 20.37%
R=39.44%
G=40.19%
B=20.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2132171100.0200.490.1562.2458.4764.12
HexD5D96E2031F3e3a40
Octal3253311562061177672100
Binary1101010111011001110111010011000111111111101110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D96E; }

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

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

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

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

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

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

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

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