#D5DD61

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

Shades of Goldenrod #D5DD61

Tints of Goldenrod #D5DD61

Color information

#D5DD61 (or 0xD5DD61) is unknown color: approx Goldenrod. HEX triplet: D5, DD and 61. RGB value is (213,221,97). Sum of RGB (Red+Green+Blue) = 213+221+97=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 97 (38.28% from 255 or 18.27% from 531); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DD61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DD61 is #2A229E. Grayscale: #CCCCCC. Windows color (decimal): -2761375 or 6413781. OLE color: 6413781.

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

Color convert

RGB21322197-
CMYK0.0400.560.13
HSL63.87º64.58%62.35%-
HSV(B)63.87º56.11%86.67%-
XYZ55.4566.7221.27-
YUV204.4767.35134.08-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.11%
GREEN value IS 221 (86.72% from 255) = 41.62%
BLUE value IS 97 (38.28% from 255) = 18.27%
R=40.11%
G=41.62%
B=18.27%

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
Decimal213221970.0400.560.1363.8764.5862.35
HexD5DD614038D40413e
Octal32533514140701510010176
Binary110101011101110111000011000111000110110000001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DD61; }

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

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

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

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

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

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

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

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