Shades of Straw #DEBB79
Tints of Straw #DEBB79
RGB
CMYK
RGB Variations
Color information
#DEBB79 (or 0xDEBB79) is known color: Straw. HEX triplet: DE, BB and 79. RGB value is (222,187,121). Sum of RGB (Red+Green+Blue) = 222+187+121=530 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.89% from 530); Green value is 187 (73.44% from 255 or 35.28% from 530); Blue value is 121 (47.66% from 255 or 22.83% from 530); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBB79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBB79 is #214486. Grayscale: #BEBEBE. Windows color (decimal): -2180231 or 7977950. OLE color: 7977950.
HSL color Cylindrical-coordinate representation of color #DEBB79: hue angle of 39.21º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DEBB79 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 187 | 121 | - |
| CMYK | 0 | 0.16 | 0.45 | 0.13 |
| HSL | 39.21º | 0.6% | 0.67% | - |
| HSV(B) | 39.21º | 0.45% | 0.87% | - |
| XYZ | 51.35 | 52.45 | 25.51 | - |
| YUV | 189.94 | 89.1 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 187 | 121 | 0 | 0.16 | 0.45 | 0.13 | 39.21 | 0.6 | 0.67 |
| Hex | DE | BB | 79 | 0 | 10 | 2D | D | 27 | 3C | 43 |
| Octal | 336 | 273 | 171 | 0 | 20 | 55 | 15 | 47 | 74 | 103 |
| Binary | 11011110 | 10111011 | 1111001 | 0 | 10000 | 101101 | 1101 | 100111 | 111100 | 1000011 |
Color Harmonies of #DEBB79
Complementary color
Monochromatic Colors of #DEBB79
Black with #DEBB79
Text Example
Text Example
White with #DEBB79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBB79; }
p { color: rgb(222,187,121); }
H1.HeaderClassName
{
color: #DEBB79;
}
.AnyTagClassName
{
color: #DEBB79;
}
</style>
background-color css
<style>
a { background-color: #DEBB79; }
a { background-color: rgb(222,187,121); }
div.DivClassName
{
background-color: #DEBB79;
}
.BgClassName
{
background-color: #DEBB79;
}
</style>
border-color css
<style>
span { border-color: #DEBB79; }
span { border-color: rgb(222,187,121); }
td.TdClassName
{
border-color: #DEBB79;
}
.TagClassName
{
border-color: #DEBB79;
}
</style>