Shades of Straw #DEBA7B
Tints of Straw #DEBA7B
RGB
CMYK
RGB Variations
Color information
#DEBA7B (or 0xDEBA7B) is known color: Straw. HEX triplet: DE, BA and 7B. RGB value is (222,186,123). Sum of RGB (Red+Green+Blue) = 222+186+123=531 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.81% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 123 (48.44% from 255 or 23.16% from 531); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBA7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBA7B is #214584. Grayscale: #BDBDBD. Windows color (decimal): -2180485 or 8108766. OLE color: 8108766.
HSL color Cylindrical-coordinate representation of color #DEBA7B: hue angle of 38.18º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DEBA7B is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 186 | 123 | - |
| CMYK | 0 | 0.16 | 0.45 | 0.13 |
| HSL | 38.18º | 0.6% | 0.68% | - |
| HSV(B) | 38.18º | 0.45% | 0.87% | - |
| XYZ | 51.26 | 52.08 | 26.09 | - |
| YUV | 189.58 | 90.43 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 186 | 123 | 0 | 0.16 | 0.45 | 0.13 | 38.18 | 0.6 | 0.68 |
| Hex | DE | BA | 7B | 0 | 10 | 2D | D | 26 | 3C | 44 |
| Octal | 336 | 272 | 173 | 0 | 20 | 55 | 15 | 46 | 74 | 104 |
| Binary | 11011110 | 10111010 | 1111011 | 0 | 10000 | 101101 | 1101 | 100110 | 111100 | 1000100 |
Color Harmonies of #DEBA7B
Complementary color
Monochromatic Colors of #DEBA7B
Black with #DEBA7B
Text Example
Text Example
White with #DEBA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBA7B; }
p { color: rgb(222,186,123); }
H1.HeaderClassName
{
color: #DEBA7B;
}
.AnyTagClassName
{
color: #DEBA7B;
}
</style>
background-color css
<style>
a { background-color: #DEBA7B; }
a { background-color: rgb(222,186,123); }
div.DivClassName
{
background-color: #DEBA7B;
}
.BgClassName
{
background-color: #DEBA7B;
}
</style>
border-color css
<style>
span { border-color: #DEBA7B; }
span { border-color: rgb(222,186,123); }
td.TdClassName
{
border-color: #DEBA7B;
}
.TagClassName
{
border-color: #DEBA7B;
}
</style>