Shades of Straw #D8C08D
Tints of Straw #D8C08D
RGB
CMYK
RGB Variations
Color information
#D8C08D (or 0xD8C08D) is known color: Straw. HEX triplet: D8, C0 and 8D. RGB value is (216,192,141). Sum of RGB (Red+Green+Blue) = 216+192+141=549 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.34% from 549); Green value is 192 (75.39% from 255 or 34.97% from 549); Blue value is 141 (55.47% from 255 or 25.68% from 549); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C08D is #273F72. Grayscale: #C1C1C1. Windows color (decimal): -2572147 or 9289944. OLE color: 9289944.
HSL color Cylindrical-coordinate representation of color #D8C08D: hue angle of 40.8º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D8C08D is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 192 | 141 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.15 |
| HSL | 40.8º | 0.49% | 0.7% | - |
| HSV(B) | 40.8º | 0.35% | 0.85% | - |
| XYZ | 51.98 | 54.22 | 32.93 | - |
| YUV | 193.36 | 98.45 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 192 | 141 | 0 | 0.11 | 0.35 | 0.15 | 40.8 | 0.49 | 0.7 |
| Hex | D8 | C0 | 8D | 0 | B | 23 | F | 29 | 31 | 46 |
| Octal | 330 | 300 | 215 | 0 | 13 | 43 | 17 | 51 | 61 | 106 |
| Binary | 11011000 | 11000000 | 10001101 | 0 | 1011 | 100011 | 1111 | 101001 | 110001 | 1000110 |
Color Harmonies of #D8C08D
Complementary color
Monochromatic Colors of #D8C08D
Black with #D8C08D
Text Example
Text Example
White with #D8C08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C08D; }
p { color: rgb(216,192,141); }
H1.HeaderClassName
{
color: #D8C08D;
}
.AnyTagClassName
{
color: #D8C08D;
}
</style>
background-color css
<style>
a { background-color: #D8C08D; }
a { background-color: rgb(216,192,141); }
div.DivClassName
{
background-color: #D8C08D;
}
.BgClassName
{
background-color: #D8C08D;
}
</style>
border-color css
<style>
span { border-color: #D8C08D; }
span { border-color: rgb(216,192,141); }
td.TdClassName
{
border-color: #D8C08D;
}
.TagClassName
{
border-color: #D8C08D;
}
</style>