#DEBD80

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

Shades of Straw #DEBD80

Tints of Straw #DEBD80

Color information

#DEBD80 (or 0xDEBD80) is unknown color: approx Straw. HEX triplet: DE, BD and 80. RGB value is (222,189,128). Sum of RGB (Red+Green+Blue) = 222+189+128=539 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.19% from 539); Green value is 189 (74.22% from 255 or 35.06% from 539); Blue value is 128 (50.39% from 255 or 23.75% from 539); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBD80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBD80 is #21427F. Grayscale: #C0C0C0. Windows color (decimal): -2179712 or 8437214. OLE color: 8437214.

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

Color convert

RGB222189128-
CMYK00.150.420.13
HSL38.94º58.75%68.63%-
HSV(B)38.94º42.34%87.06%-
XYZ52.2253.4827.99-
YUV191.9191.93149.46-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.19%
GREEN value IS 189 (74.22% from 255) = 35.06%
BLUE value IS 128 (50.39% from 255) = 23.75%
R=41.19%
G=35.06%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218912800.150.420.1338.9458.7568.63
HexDEBD800F2AD273b45
Octal33627520001752154773105
Binary1101111010111101100000000111110101011011001111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBD80; }

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

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

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

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

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

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

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

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