#DEBA7D

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

Shades of Straw #DEBA7D

Tints of Straw #DEBA7D

Color information

#DEBA7D (or 0xDEBA7D) is unknown color: approx Straw. HEX triplet: DE, BA and 7D. RGB value is (222,186,125). Sum of RGB (Red+Green+Blue) = 222+186+125=533 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.65% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 125 (49.22% from 255 or 23.45% from 533); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBA7D is #214582. Grayscale: #BEBEBE. Windows color (decimal): -2180483 or 8239838. OLE color: 8239838.

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

Color convert

RGB222186125-
CMYK00.160.440.13
HSL37.73º59.51%68.04%-
HSV(B)37.73º43.69%87.06%-
XYZ51.3852.1326.76-
YUV189.8191.43150.96-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.65%
GREEN value IS 186 (73.05% from 255) = 34.90%
BLUE value IS 125 (49.22% from 255) = 23.45%
R=41.65%
G=34.90%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218612500.160.440.1337.7359.5168.04
HexDEBA7D0102CD263c44
Octal33627217502054154674104
Binary1101111010111010111110101000010110011011001101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBA7D; }

 p { color: rgb(222,186,125); }

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

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

 a { background-color: rgb(222,186,125); }

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

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

 span { border-color: rgb(222,186,125); }

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