Shades of Straw #D8C08E
Tints of Straw #D8C08E
RGB
CMYK
RGB Variations
Color information
#D8C08E (or 0xD8C08E) is known color: Straw. HEX triplet: D8, C0 and 8E. RGB value is (216,192,142). Sum of RGB (Red+Green+Blue) = 216+192+142=550 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.27% from 550); Green value is 192 (75.39% from 255 or 34.91% from 550); Blue value is 142 (55.86% from 255 or 25.82% from 550); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C08E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C08E is #273F71. Grayscale: #C1C1C1. Windows color (decimal): -2572146 or 9355480. OLE color: 9355480.
HSL color Cylindrical-coordinate representation of color #D8C08E: hue angle of 40.54º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D8C08E is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 192 | 142 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.15 |
| HSL | 40.54º | 0.49% | 0.7% | - |
| HSV(B) | 40.54º | 0.34% | 0.85% | - |
| XYZ | 52.05 | 54.25 | 33.32 | - |
| YUV | 193.48 | 98.95 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 192 | 142 | 0 | 0.11 | 0.34 | 0.15 | 40.54 | 0.49 | 0.7 |
| Hex | D8 | C0 | 8E | 0 | B | 22 | F | 29 | 31 | 46 |
| Octal | 330 | 300 | 216 | 0 | 13 | 42 | 17 | 51 | 61 | 106 |
| Binary | 11011000 | 11000000 | 10001110 | 0 | 1011 | 100010 | 1111 | 101001 | 110001 | 1000110 |
Color Harmonies of #D8C08E
Complementary color
Monochromatic Colors of #D8C08E
Black with #D8C08E
Text Example
Text Example
White with #D8C08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C08E; }
p { color: rgb(216,192,142); }
H1.HeaderClassName
{
color: #D8C08E;
}
.AnyTagClassName
{
color: #D8C08E;
}
</style>
background-color css
<style>
a { background-color: #D8C08E; }
a { background-color: rgb(216,192,142); }
div.DivClassName
{
background-color: #D8C08E;
}
.BgClassName
{
background-color: #D8C08E;
}
</style>
border-color css
<style>
span { border-color: #D8C08E; }
span { border-color: rgb(216,192,142); }
td.TdClassName
{
border-color: #D8C08E;
}
.TagClassName
{
border-color: #D8C08E;
}
</style>