#DEDD71

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

Shades of Goldenrod #DEDD71

Tints of Goldenrod #DEDD71

Color information

#DEDD71 (or 0xDEDD71) is unknown color: approx Goldenrod. HEX triplet: DE, DD and 71. RGB value is (222,221,113). Sum of RGB (Red+Green+Blue) = 222+221+113=556 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.93% from 556); Green value is 221 (86.72% from 255 or 39.75% from 556); Blue value is 113 (44.53% from 255 or 20.32% from 556); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDD71 is #21228E. Grayscale: #D1D1D1. Windows color (decimal): -2171535 or 7462366. OLE color: 7462366.

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

Color convert

RGB222221113-
CMYK00.000.490.13
HSL59.45º62.29%65.69%-
HSV(B)59.45º49.1%87.06%-
XYZ58.9668.4325.72-
YUV208.9973.83137.28-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.93%
GREEN value IS 221 (86.72% from 255) = 39.75%
BLUE value IS 113 (44.53% from 255) = 20.32%
R=39.93%
G=39.75%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22222111300.000.490.1359.4562.2965.69
HexDEDD710031D3b3e42
Octal3363351610061157376102
Binary110111101101110111100010011000111011110111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDD71; }

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

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

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

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

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

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

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

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