#D2DE5E

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

Shades of Goldenrod #D2DE5E

Tints of Goldenrod #D2DE5E

Color information

#D2DE5E (or 0xD2DE5E) is unknown color: approx Goldenrod. HEX triplet: D2, DE and 5E. RGB value is (210,222,94). Sum of RGB (Red+Green+Blue) = 210+222+94=526 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.92% from 526); Green value is 222 (87.11% from 255 or 42.21% from 526); Blue value is 94 (37.11% from 255 or 17.87% from 526); Max value from RGB is 222 - color contains mainly: green. Hex color #D2DE5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2DE5E is #2D21A1. Grayscale: #CCCCCC. Windows color (decimal): -2957730 or 6217426. OLE color: 6217426.

HSL color Cylindrical-coordinate representation of color #D2DE5E: hue angle of 65.62º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D2DE5E is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB21022294-
CMYK0.0500.580.13
HSL65.62º65.98%61.96%-
HSV(B)65.62º57.66%87.06%-
XYZ54.7266.7520.59-
YUV203.8266.02132.41-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.92%
GREEN value IS 222 (87.11% from 255) = 42.21%
BLUE value IS 94 (37.11% from 255) = 17.87%
R=39.92%
G=42.21%
B=17.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal210222940.0500.580.1365.6265.9861.96
HexD2DE5E503AD42423e
Octal32233613650721510210276
Binary110100101101111010111101010111010110110000101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DE5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DE5E; }

 p { color: rgb(210,222,94); }

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

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

 a { background-color: rgb(210,222,94); }

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

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

 span { border-color: rgb(210,222,94); }

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