#DEB66C

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

Shades of Harvest Gold #DEB66C

Tints of Harvest Gold #DEB66C

Color information

#DEB66C (or 0xDEB66C) is unknown color: approx Harvest Gold. HEX triplet: DE, B6 and 6C. RGB value is (222,182,108). Sum of RGB (Red+Green+Blue) = 222+182+108=512 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.36% from 512); Green value is 182 (71.48% from 255 or 35.55% from 512); Blue value is 108 (42.58% from 255 or 21.09% from 512); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB66C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB66C is #214993. Grayscale: #B9B9B9. Windows color (decimal): -2181524 or 7124702. OLE color: 7124702.

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

Color convert

RGB222182108-
CMYK00.180.510.13
HSL38.95º63.33%64.71%-
HSV(B)38.95º51.35%87.06%-
XYZ49.5650.0721.24-
YUV185.5284.25154.02-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.36%
GREEN value IS 182 (71.48% from 255) = 35.55%
BLUE value IS 108 (42.58% from 255) = 21.09%
R=43.36%
G=35.55%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218210800.180.510.1338.9563.3364.71
HexDEB66C01233D273f41
Octal33626615402263154777101
Binary1101111010110110110110001001011001111011001111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB66C; }

 p { color: rgb(222,182,108); }

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

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

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

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

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

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

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