#DEBB80

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

Shades of Straw #DEBB80

Tints of Straw #DEBB80

Color information

#DEBB80 (or 0xDEBB80) is unknown color: approx Straw. HEX triplet: DE, BB and 80. RGB value is (222,187,128). Sum of RGB (Red+Green+Blue) = 222+187+128=537 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.34% from 537); Green value is 187 (73.44% from 255 or 34.82% from 537); Blue value is 128 (50.39% from 255 or 23.84% from 537); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBB80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBB80 is #21447F. Grayscale: #BFBFBF. Windows color (decimal): -2180224 or 8436702. OLE color: 8436702.

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

Color convert

RGB222187128-
CMYK00.160.420.13
HSL37.66º58.75%68.63%-
HSV(B)37.66º42.34%87.06%-
XYZ51.7952.6327.85-
YUV190.7492.6150.3-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.34%
GREEN value IS 187 (73.44% from 255) = 34.82%
BLUE value IS 128 (50.39% from 255) = 23.84%
R=41.34%
G=34.82%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218712800.160.420.1337.6658.7568.63
HexDEBB800102AD263b45
Octal33627320002052154673105
Binary11011110101110111000000001000010101011011001101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBB80; }

 p { color: rgb(222,187,128); }

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

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

 a { background-color: rgb(222,187,128); }

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

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

 span { border-color: rgb(222,187,128); }

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