#DEDA7E

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

Shades of Goldenrod #DEDA7E

Tints of Goldenrod #DEDA7E

Color information

#DEDA7E (or 0xDEDA7E) is unknown color: approx Goldenrod. HEX triplet: DE, DA and 7E. RGB value is (222,218,126). Sum of RGB (Red+Green+Blue) = 222+218+126=566 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.22% from 566); Green value is 218 (85.55% from 255 or 38.52% from 566); Blue value is 126 (49.61% from 255 or 22.26% from 566); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDA7E is #212581. Grayscale: #D1D1D1. Windows color (decimal): -2172290 or 8313566. OLE color: 8313566.

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

Color convert

RGB222218126-
CMYK00.020.430.13
HSL57.5º59.26%68.24%-
HSV(B)57.5º43.24%87.06%-
XYZ58.9667.1829.6-
YUV208.7181.33137.48-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.22%
GREEN value IS 218 (85.55% from 255) = 38.52%
BLUE value IS 126 (49.61% from 255) = 22.26%
R=39.22%
G=38.52%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221812600.020.430.1357.559.2668.24
HexDEDA7E022BD3a3b44
Octal3363321760253157273104
Binary1101111011011010111111001010101111011110101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDA7E; }

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

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

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

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

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

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

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

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