#DEDE76

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

Shades of Goldenrod #DEDE76

Tints of Goldenrod #DEDE76

Color information

#DEDE76 (or 0xDEDE76) is unknown color: approx Goldenrod. HEX triplet: DE, DE and 76. RGB value is (222,222,118). Sum of RGB (Red+Green+Blue) = 222+222+118=562 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.50% from 562); Green value is 222 (87.11% from 255 or 39.50% from 562); Blue value is 118 (46.48% from 255 or 21.00% from 562); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDE76 is #212189. Grayscale: #D2D2D2. Windows color (decimal): -2171274 or 7790302. OLE color: 7790302.

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

Color convert

RGB222222118-
CMYK000.470.13
HSL60º61.18%66.67%-
HSV(B)60º46.85%87.06%-
XYZ59.5269.0827.34-
YUV210.1476136.46-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.50%
GREEN value IS 222 (87.11% from 255) = 39.50%
BLUE value IS 118 (46.48% from 255) = 21.00%
R=39.50%
G=39.50%
B=21.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222222118000.470.136061.1866.67
HexDEDE76002FD3c3d43
Octal3363361660057157475103
Binary110111101101111011101100010111111011111001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDE76; }

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

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

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

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

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

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

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

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