#DEBA7C

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

Shades of Straw #DEBA7C

Tints of Straw #DEBA7C

Color information

#DEBA7C (or 0xDEBA7C) is unknown color: approx Straw. HEX triplet: DE, BA and 7C. RGB value is (222,186,124). Sum of RGB (Red+Green+Blue) = 222+186+124=532 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.73% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 124 (48.83% from 255 or 23.31% from 532); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBA7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBA7C is #214583. Grayscale: #BDBDBD. Windows color (decimal): -2180484 or 8174302. OLE color: 8174302.

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

Color convert

RGB222186124-
CMYK00.160.440.13
HSL37.96º59.76%67.84%-
HSV(B)37.96º44.14%87.06%-
XYZ51.3252.126.42-
YUV189.790.93151.04-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.73%
GREEN value IS 186 (73.05% from 255) = 34.96%
BLUE value IS 124 (48.83% from 255) = 23.31%
R=41.73%
G=34.96%
B=23.31%

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
Decimal22218612400.160.440.1337.9659.7667.84
HexDEBA7C0102CD263c44
Octal33627217402054154674104
Binary1101111010111010111110001000010110011011001101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBA7C; }

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

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

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

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

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

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

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

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