#D8DD62

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

Shades of Goldenrod #D8DD62

Tints of Goldenrod #D8DD62

Color information

#D8DD62 (or 0xD8DD62) is unknown color: approx Goldenrod. HEX triplet: D8, DD and 62. RGB value is (216,221,98). Sum of RGB (Red+Green+Blue) = 216+221+98=535 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.37% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 98 (38.67% from 255 or 18.32% from 535); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DD62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DD62 is #27229D. Grayscale: #CDCDCD. Windows color (decimal): -2564766 or 6479320. OLE color: 6479320.

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

Color convert

RGB21622198-
CMYK0.0200.560.13
HSL62.44º64.4%62.55%-
HSV(B)62.44º55.66%86.67%-
XYZ56.3867.1921.55-
YUV205.4867.34135.5-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.37%
GREEN value IS 221 (86.72% from 255) = 41.31%
BLUE value IS 98 (38.67% from 255) = 18.32%
R=40.37%
G=41.31%
B=18.32%

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
Decimal216221980.0200.560.1362.4464.462.55
HexD8DD622038D3e403f
Octal3303351422070157610077
Binary1101100011011101110001010011100011011111101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DD62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DD62; }

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

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

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

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

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

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

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

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