Shades of Straw #DEBB7E
Tints of Straw #DEBB7E
RGB
CMYK
RGB Variations
Color information
#DEBB7E (or 0xDEBB7E) is known color: Straw. HEX triplet: DE, BB and 7E. RGB value is (222,187,126). Sum of RGB (Red+Green+Blue) = 222+187+126=535 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.50% from 535); Green value is 187 (73.44% from 255 or 34.95% from 535); Blue value is 126 (49.61% from 255 or 23.55% from 535); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBB7E is #214481. Grayscale: #BEBEBE. Windows color (decimal): -2180226 or 8305630. OLE color: 8305630.
HSL color Cylindrical-coordinate representation of color #DEBB7E: hue angle of 38.12º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DEBB7E is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 187 | 126 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.13 |
| HSL | 38.13º | 0.59% | 0.68% | - |
| HSV(B) | 38.13º | 0.43% | 0.87% | - |
| XYZ | 51.66 | 52.58 | 27.16 | - |
| YUV | 190.51 | 91.6 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 187 | 126 | 0 | 0.16 | 0.43 | 0.13 | 38.13 | 0.59 | 0.68 |
| Hex | DE | BB | 7E | 0 | 10 | 2B | D | 26 | 3B | 44 |
| Octal | 336 | 273 | 176 | 0 | 20 | 53 | 15 | 46 | 73 | 104 |
| Binary | 11011110 | 10111011 | 1111110 | 0 | 10000 | 101011 | 1101 | 100110 | 111011 | 1000100 |
Color Harmonies of #DEBB7E
Complementary color
Monochromatic Colors of #DEBB7E
Black with #DEBB7E
Text Example
Text Example
White with #DEBB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBB7E; }
p { color: rgb(222,187,126); }
H1.HeaderClassName
{
color: #DEBB7E;
}
.AnyTagClassName
{
color: #DEBB7E;
}
</style>
background-color css
<style>
a { background-color: #DEBB7E; }
a { background-color: rgb(222,187,126); }
div.DivClassName
{
background-color: #DEBB7E;
}
.BgClassName
{
background-color: #DEBB7E;
}
</style>
border-color css
<style>
span { border-color: #DEBB7E; }
span { border-color: rgb(222,187,126); }
td.TdClassName
{
border-color: #DEBB7E;
}
.TagClassName
{
border-color: #DEBB7E;
}
</style>