#D8DD61

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

Shades of Goldenrod #D8DD61

Tints of Goldenrod #D8DD61

Color information

#D8DD61 (or 0xD8DD61) is unknown color: approx Goldenrod. HEX triplet: D8, DD and 61. RGB value is (216,221,97). Sum of RGB (Red+Green+Blue) = 216+221+97=534 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.45% from 534); Green value is 221 (86.72% from 255 or 41.39% from 534); Blue value is 97 (38.28% from 255 or 18.16% from 534); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DD61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DD61 is #27229E. Grayscale: #CDCDCD. Windows color (decimal): -2564767 or 6413784. OLE color: 6413784.

HSL color Cylindrical-coordinate representation of color #D8DD61: hue angle of 62.42º 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 #D8DD61 is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB21622197-
CMYK0.0200.560.13
HSL62.42º64.58%62.35%-
HSV(B)62.42º56.11%86.67%-
XYZ56.3367.1721.31-
YUV205.3766.84135.58-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.45%
GREEN value IS 221 (86.72% from 255) = 41.39%
BLUE value IS 97 (38.28% from 255) = 18.16%
R=40.45%
G=41.39%
B=18.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal216221970.0200.560.1362.4264.5862.35
HexD8DD612038D3e413e
Octal3303351412070157610176
Binary1101100011011101110000110011100011011111101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DD61; }

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

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

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

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

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

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

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

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