#deb76b

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

Shades of Harvest Gold #DEB76B

Tints of Harvest Gold #DEB76B

Color information

#DEB76B (or 0xDEB76B) is unknown color: approx Harvest Gold. HEX triplet: DE, B7 and 6B. RGB value is (222,183,107). Sum of RGB (Red+Green+Blue) = 222+183+107=512 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.36% from 512); Green value is 183 (71.88% from 255 or 35.74% from 512); Blue value is 107 (42.19% from 255 or 20.90% from 512); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB76B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB76B is #214894. Grayscale: #BABABA. Windows color (decimal): -2181269 or 7059422. OLE color: 7059422.

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

Color convert

RGB222183107-
CMYK00.180.520.13
HSL39.65º63.54%64.51%-
HSV(B)39.65º51.8%87.06%-
XYZ49.7150.4621.03-
YUV18683.42153.68-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.36%
GREEN value IS 183 (71.88% from 255) = 35.74%
BLUE value IS 107 (42.19% from 255) = 20.90%
R=43.36%
G=35.74%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218310700.180.520.1339.6563.5464.51
HexDEB76B01234D284041
Octal336267153022641550100101
Binary11011110101101111101011010010110100110110100010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #deb76b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #deb76b; }

 p { color: rgb(222,183,107); }

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

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

 a { background-color: rgb(222,183,107); }

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

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

 span { border-color: rgb(222,183,107); }

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