#DEDA6D

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

Shades of Goldenrod #DEDA6D

Tints of Goldenrod #DEDA6D

Color information

#DEDA6D (or 0xDEDA6D) is unknown color: approx Goldenrod. HEX triplet: DE, DA and 6D. RGB value is (222,218,109). Sum of RGB (Red+Green+Blue) = 222+218+109=549 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.44% from 549); Green value is 218 (85.55% from 255 or 39.71% from 549); Blue value is 109 (42.97% from 255 or 19.85% from 549); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDA6D is #212592. Grayscale: #CFCFCF. Windows color (decimal): -2172307 or 7199454. OLE color: 7199454.

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

Color convert

RGB222218109-
CMYK00.020.510.13
HSL57.88º63.13%64.9%-
HSV(B)57.88º50.9%87.06%-
XYZ57.9666.7824.3-
YUV206.7772.83138.86-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.44%
GREEN value IS 218 (85.55% from 255) = 39.71%
BLUE value IS 109 (42.97% from 255) = 19.85%
R=40.44%
G=39.71%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221810900.020.510.1357.8863.1364.9
HexDEDA6D0233D3a3f41
Octal3363321550263157277101
Binary1101111011011010110110101011001111011110101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDA6D; }

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

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

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

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

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

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

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

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