#D5D96D

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

Shades of Goldenrod #D5D96D

Tints of Goldenrod #D5D96D

Color information

#D5D96D (or 0xD5D96D) is unknown color: approx Goldenrod. HEX triplet: D5, D9 and 6D. RGB value is (213,217,109). Sum of RGB (Red+Green+Blue) = 213+217+109=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 217 (85.16% from 255 or 40.26% from 539); Blue value is 109 (42.97% from 255 or 20.22% from 539); Max value from RGB is 217 - color contains mainly: green. Hex color #D5D96D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D96D is #2A2692. Grayscale: #CBCBCB. Windows color (decimal): -2762387 or 7199189. OLE color: 7199189.

HSL color Cylindrical-coordinate representation of color #D5D96D: hue angle of 62.22º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D5D96D is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB213217109-
CMYK0.0200.500.15
HSL62.22º58.7%63.92%-
HSV(B)62.22º49.77%85.1%-
XYZ55.0164.8824.09-
YUV203.4974.67134.78-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.52%
GREEN value IS 217 (85.16% from 255) = 40.26%
BLUE value IS 109 (42.97% from 255) = 20.22%
R=39.52%
G=40.26%
B=20.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2132171090.0200.500.1562.2258.763.92
HexD5D96D2032F3e3b40
Octal3253311552062177673100
Binary1101010111011001110110110011001011111111101110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D96D; }

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

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

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

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

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

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

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

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