Shades of Straw #DEBA77
Tints of Straw #DEBA77
RGB
CMYK
RGB Variations
Color information
#DEBA77 (or 0xDEBA77) is known color: Straw. HEX triplet: DE, BA and 77. RGB value is (222,186,119). Sum of RGB (Red+Green+Blue) = 222+186+119=527 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.13% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 119 (46.88% from 255 or 22.58% from 527); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBA77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBA77 is #214588. Grayscale: #BDBDBD. Windows color (decimal): -2180489 or 7846622. OLE color: 7846622.
HSL color Cylindrical-coordinate representation of color #DEBA77: hue angle of 39.03º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DEBA77 is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 186 | 119 | - |
| CMYK | 0 | 0.16 | 0.46 | 0.13 |
| HSL | 39.03º | 0.61% | 0.67% | - |
| HSV(B) | 39.03º | 0.46% | 0.87% | - |
| XYZ | 51.01 | 51.98 | 24.8 | - |
| YUV | 189.13 | 88.43 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 186 | 119 | 0 | 0.16 | 0.46 | 0.13 | 39.03 | 0.61 | 0.67 |
| Hex | DE | BA | 77 | 0 | 10 | 2E | D | 27 | 3D | 43 |
| Octal | 336 | 272 | 167 | 0 | 20 | 56 | 15 | 47 | 75 | 103 |
| Binary | 11011110 | 10111010 | 1110111 | 0 | 10000 | 101110 | 1101 | 100111 | 111101 | 1000011 |
Color Harmonies of #DEBA77
Complementary color
Monochromatic Colors of #DEBA77
Black with #DEBA77
Text Example
Text Example
White with #DEBA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBA77; }
p { color: rgb(222,186,119); }
H1.HeaderClassName
{
color: #DEBA77;
}
.AnyTagClassName
{
color: #DEBA77;
}
</style>
background-color css
<style>
a { background-color: #DEBA77; }
a { background-color: rgb(222,186,119); }
div.DivClassName
{
background-color: #DEBA77;
}
.BgClassName
{
background-color: #DEBA77;
}
</style>
border-color css
<style>
span { border-color: #DEBA77; }
span { border-color: rgb(222,186,119); }
td.TdClassName
{
border-color: #DEBA77;
}
.TagClassName
{
border-color: #DEBA77;
}
</style>