Shades of Straw #D8C08C
Tints of Straw #D8C08C
RGB
CMYK
RGB Variations
Color information
#D8C08C (or 0xD8C08C) is known color: Straw. HEX triplet: D8, C0 and 8C. RGB value is (216,192,140). Sum of RGB (Red+Green+Blue) = 216+192+140=548 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.42% from 548); Green value is 192 (75.39% from 255 or 35.04% from 548); Blue value is 140 (55.08% from 255 or 25.55% from 548); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C08C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C08C is #273F73. Grayscale: #C1C1C1. Windows color (decimal): -2572148 or 9224408. OLE color: 9224408.
HSL color Cylindrical-coordinate representation of color #D8C08C: hue angle of 41.05º 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 #D8C08C is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 192 | 140 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.15 |
| HSL | 41.05º | 0.49% | 0.7% | - |
| HSV(B) | 41.05º | 0.35% | 0.85% | - |
| XYZ | 51.9 | 54.19 | 32.54 | - |
| YUV | 193.25 | 97.95 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 192 | 140 | 0 | 0.11 | 0.35 | 0.15 | 41.05 | 0.49 | 0.7 |
| Hex | D8 | C0 | 8C | 0 | B | 23 | F | 29 | 31 | 46 |
| Octal | 330 | 300 | 214 | 0 | 13 | 43 | 17 | 51 | 61 | 106 |
| Binary | 11011000 | 11000000 | 10001100 | 0 | 1011 | 100011 | 1111 | 101001 | 110001 | 1000110 |
Color Harmonies of #D8C08C
Complementary color
Monochromatic Colors of #D8C08C
Black with #D8C08C
Text Example
Text Example
White with #D8C08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C08C; }
p { color: rgb(216,192,140); }
H1.HeaderClassName
{
color: #D8C08C;
}
.AnyTagClassName
{
color: #D8C08C;
}
</style>
background-color css
<style>
a { background-color: #D8C08C; }
a { background-color: rgb(216,192,140); }
div.DivClassName
{
background-color: #D8C08C;
}
.BgClassName
{
background-color: #D8C08C;
}
</style>
border-color css
<style>
span { border-color: #D8C08C; }
span { border-color: rgb(216,192,140); }
td.TdClassName
{
border-color: #D8C08C;
}
.TagClassName
{
border-color: #D8C08C;
}
</style>