#DEDD76

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

Shades of Goldenrod #DEDD76

Tints of Goldenrod #DEDD76

Color information

#DEDD76 (or 0xDEDD76) is unknown color: approx Goldenrod. HEX triplet: DE, DD and 76. RGB value is (222,221,118). Sum of RGB (Red+Green+Blue) = 222+221+118=561 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.57% from 561); Green value is 221 (86.72% from 255 or 39.39% from 561); Blue value is 118 (46.48% from 255 or 21.03% from 561); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDD76 is #212289. Grayscale: #D1D1D1. Windows color (decimal): -2171530 or 7790046. OLE color: 7790046.

HSL color Cylindrical-coordinate representation of color #DEDD76: hue angle of 59.42º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DEDD76 is Cyan = 0, Magento = 0.00, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB222221118-
CMYK00.000.470.13
HSL59.42º61.18%66.67%-
HSV(B)59.42º46.85%87.06%-
XYZ59.2568.5527.25-
YUV209.5676.33136.88-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.57%
GREEN value IS 221 (86.72% from 255) = 39.39%
BLUE value IS 118 (46.48% from 255) = 21.03%
R=39.57%
G=39.39%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22222111800.000.470.1359.4261.1866.67
HexDEDD76002FD3b3d43
Octal3363351660057157375103
Binary110111101101110111101100010111111011110111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDD76; }

 p { color: rgb(222,221,118); }

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

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

 a { background-color: rgb(222,221,118); }

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

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

 span { border-color: rgb(222,221,118); }

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