#DEB976

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

Shades of Straw #DEB976

Tints of Straw #DEB976

Color information

#DEB976 (or 0xDEB976) is unknown color: approx Straw. HEX triplet: DE, B9 and 76. RGB value is (222,185,118). Sum of RGB (Red+Green+Blue) = 222+185+118=525 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.29% from 525); Green value is 185 (72.66% from 255 or 35.24% from 525); Blue value is 118 (46.48% from 255 or 22.48% from 525); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB976 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB976 is #214689. Grayscale: #BCBCBC. Windows color (decimal): -2180746 or 7780830. OLE color: 7780830.

HSL color Cylindrical-coordinate representation of color #DEB976: hue angle of 38.65º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DEB976 is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB222185118-
CMYK00.170.470.13
HSL38.65º61.18%66.67%-
HSV(B)38.65º46.85%87.06%-
XYZ50.7451.5424.41-
YUV188.4288.26151.95-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.29%
GREEN value IS 185 (72.66% from 255) = 35.24%
BLUE value IS 118 (46.48% from 255) = 22.48%
R=42.29%
G=35.24%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218511800.170.470.1338.6561.1866.67
HexDEB9760112FD273d43
Octal33627116602157154775103
Binary1101111010111001111011001000110111111011001111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB976; }

 p { color: rgb(222,185,118); }

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

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

 a { background-color: rgb(222,185,118); }

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

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

 span { border-color: rgb(222,185,118); }

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