#DEDA70

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

Shades of Goldenrod #DEDA70

Tints of Goldenrod #DEDA70

Color information

#DEDA70 (or 0xDEDA70) is unknown color: approx Goldenrod. HEX triplet: DE, DA and 70. RGB value is (222,218,112). Sum of RGB (Red+Green+Blue) = 222+218+112=552 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.22% from 552); Green value is 218 (85.55% from 255 or 39.49% from 552); Blue value is 112 (44.14% from 255 or 20.29% from 552); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDA70 is #21258F. Grayscale: #CFCFCF. Windows color (decimal): -2172304 or 7396062. OLE color: 7396062.

HSL color Cylindrical-coordinate representation of color #DEDA70: hue angle of 57.82º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DEDA70 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB222218112-
CMYK00.020.500.13
HSL57.82º62.5%65.49%-
HSV(B)57.82º49.55%87.06%-
XYZ58.1266.8425.17-
YUV207.1174.33138.62-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.22%
GREEN value IS 218 (85.55% from 255) = 39.49%
BLUE value IS 112 (44.14% from 255) = 20.29%
R=40.22%
G=39.49%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221811200.020.500.1357.8262.565.49
HexDEDA700232D3a3e41
Octal3363321600262157276101
Binary1101111011011010111000001011001011011110101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDA70; }

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

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

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

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

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

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

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

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