Shades of Straw #DEBD7C
Tints of Straw #DEBD7C
RGB
CMYK
RGB Variations
Color information
#DEBD7C (or 0xDEBD7C) is known color: Straw. HEX triplet: DE, BD and 7C. RGB value is (222,189,124). Sum of RGB (Red+Green+Blue) = 222+189+124=535 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.50% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 124 (48.83% from 255 or 23.18% from 535); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBD7C is #214283. Grayscale: #BFBFBF. Windows color (decimal): -2179716 or 8175070. OLE color: 8175070.
HSL color Cylindrical-coordinate representation of color #DEBD7C: hue angle of 39.8º 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 #DEBD7C is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 189 | 124 | - |
| CMYK | 0 | 0.15 | 0.44 | 0.13 |
| HSL | 39.8º | 0.6% | 0.68% | - |
| HSV(B) | 39.8º | 0.44% | 0.87% | - |
| XYZ | 51.96 | 53.38 | 26.63 | - |
| YUV | 191.46 | 89.93 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 189 | 124 | 0 | 0.15 | 0.44 | 0.13 | 39.8 | 0.6 | 0.68 |
| Hex | DE | BD | 7C | 0 | F | 2C | D | 28 | 3C | 44 |
| Octal | 336 | 275 | 174 | 0 | 17 | 54 | 15 | 50 | 74 | 104 |
| Binary | 11011110 | 10111101 | 1111100 | 0 | 1111 | 101100 | 1101 | 101000 | 111100 | 1000100 |
Color Harmonies of #DEBD7C
Complementary color
Monochromatic Colors of #DEBD7C
Black with #DEBD7C
Text Example
Text Example
White with #DEBD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBD7C; }
p { color: rgb(222,189,124); }
H1.HeaderClassName
{
color: #DEBD7C;
}
.AnyTagClassName
{
color: #DEBD7C;
}
</style>
background-color css
<style>
a { background-color: #DEBD7C; }
a { background-color: rgb(222,189,124); }
div.DivClassName
{
background-color: #DEBD7C;
}
.BgClassName
{
background-color: #DEBD7C;
}
</style>
border-color css
<style>
span { border-color: #DEBD7C; }
span { border-color: rgb(222,189,124); }
td.TdClassName
{
border-color: #DEBD7C;
}
.TagClassName
{
border-color: #DEBD7C;
}
</style>