#D5DE61

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

Shades of Goldenrod #D5DE61

Tints of Goldenrod #D5DE61

Color information

#D5DE61 (or 0xD5DE61) is unknown color: approx Goldenrod. HEX triplet: D5, DE and 61. RGB value is (213,222,97). Sum of RGB (Red+Green+Blue) = 213+222+97=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 222 (87.11% from 255 or 41.73% from 532); Blue value is 97 (38.28% from 255 or 18.23% from 532); Max value from RGB is 222 - color contains mainly: green. Hex color #D5DE61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DE61 is #2A219E. Grayscale: #CDCDCD. Windows color (decimal): -2761119 or 6414037. OLE color: 6414037.

HSL color Cylindrical-coordinate representation of color #D5DE61: hue angle of 64.32º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D5DE61 is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB21322297-
CMYK0.0400.560.13
HSL64.32º65.45%62.55%-
HSV(B)64.32º56.31%87.06%-
XYZ55.7267.2521.35-
YUV205.0667.02133.66-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.04%
GREEN value IS 222 (87.11% from 255) = 41.73%
BLUE value IS 97 (38.28% from 255) = 18.23%
R=40.04%
G=41.73%
B=18.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal213222970.0400.560.1364.3265.4562.55
HexD5DE614038D40413f
Octal32533614140701510010177
Binary110101011101111011000011000111000110110000001000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DE61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DE61; }

 p { color: rgb(213,222,97); }

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

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

 a { background-color: rgb(213,222,97); }

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

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

 span { border-color: rgb(213,222,97); }

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