#D2DE60

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

Shades of Goldenrod #D2DE60

Tints of Goldenrod #D2DE60

Color information

#D2DE60 (or 0xD2DE60) is unknown color: approx Goldenrod. HEX triplet: D2, DE and 60. RGB value is (210,222,96). Sum of RGB (Red+Green+Blue) = 210+222+96=528 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.77% from 528); Green value is 222 (87.11% from 255 or 42.05% from 528); Blue value is 96 (37.89% from 255 or 18.18% from 528); Max value from RGB is 222 - color contains mainly: green. Hex color #D2DE60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2DE60 is #2D219F. Grayscale: #CCCCCC. Windows color (decimal): -2957728 or 6348498. OLE color: 6348498.

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

Color convert

RGB21022296-
CMYK0.0500.570.13
HSL65.71º65.62%62.35%-
HSV(B)65.71º56.76%87.06%-
XYZ54.8166.7921.07-
YUV204.0567.02132.25-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.77%
GREEN value IS 222 (87.11% from 255) = 42.05%
BLUE value IS 96 (37.89% from 255) = 18.18%
R=39.77%
G=42.05%
B=18.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal210222960.0500.570.1365.7165.6262.35
HexD2DE605039D42423e
Octal32233614050711510210276
Binary110100101101111011000001010111001110110000101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DE60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DE60; }

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

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

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

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

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

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

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

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