#DEDA77

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

Shades of Goldenrod #DEDA77

Tints of Goldenrod #DEDA77

Color information

#DEDA77 (or 0xDEDA77) is unknown color: approx Goldenrod. HEX triplet: DE, DA and 77. RGB value is (222,218,119). Sum of RGB (Red+Green+Blue) = 222+218+119=559 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.71% from 559); Green value is 218 (85.55% from 255 or 39.00% from 559); Blue value is 119 (46.88% from 255 or 21.29% from 559); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDA77 is #212588. Grayscale: #D0D0D0. Windows color (decimal): -2172297 or 7854814. OLE color: 7854814.

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

Color convert

RGB222218119-
CMYK00.020.460.13
HSL57.67º60.95%66.86%-
HSV(B)57.67º46.4%87.06%-
XYZ58.536727.3-
YUV207.9177.83138.05-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.71%
GREEN value IS 218 (85.55% from 255) = 39.00%
BLUE value IS 119 (46.88% from 255) = 21.29%
R=39.71%
G=39.00%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221811900.020.460.1357.6760.9566.86
HexDEDA77022ED3a3d43
Octal3363321670256157275103
Binary1101111011011010111011101010111011011110101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDA77; }

 p { color: rgb(222,218,119); }

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

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

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

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

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

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

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