Shades of Straw #D7C08E
Tints of Straw #D7C08E
RGB
CMYK
RGB Variations
Color information
#D7C08E (or 0xD7C08E) is known color: Straw. HEX triplet: D7, C0 and 8E. RGB value is (215,192,142). Sum of RGB (Red+Green+Blue) = 215+192+142=549 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.16% from 549); Green value is 192 (75.39% from 255 or 34.97% from 549); Blue value is 142 (55.86% from 255 or 25.87% from 549); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C08E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C08E is #283F71. Grayscale: #C1C1C1. Windows color (decimal): -2637682 or 9355479. OLE color: 9355479.
HSL color Cylindrical-coordinate representation of color #D7C08E: hue angle of 41.1º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D7C08E is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 192 | 142 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.16 |
| HSL | 41.1º | 0.48% | 0.7% | - |
| HSV(B) | 41.1º | 0.34% | 0.84% | - |
| XYZ | 51.76 | 54.1 | 33.31 | - |
| YUV | 193.18 | 99.12 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 192 | 142 | 0 | 0.11 | 0.34 | 0.16 | 41.1 | 0.48 | 0.7 |
| Hex | D7 | C0 | 8E | 0 | B | 22 | 10 | 29 | 30 | 46 |
| Octal | 327 | 300 | 216 | 0 | 13 | 42 | 20 | 51 | 60 | 106 |
| Binary | 11010111 | 11000000 | 10001110 | 0 | 1011 | 100010 | 10000 | 101001 | 110000 | 1000110 |
Color Harmonies of #D7C08E
Complementary color
Monochromatic Colors of #D7C08E
Black with #D7C08E
Text Example
Text Example
White with #D7C08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C08E; }
p { color: rgb(215,192,142); }
H1.HeaderClassName
{
color: #D7C08E;
}
.AnyTagClassName
{
color: #D7C08E;
}
</style>
background-color css
<style>
a { background-color: #D7C08E; }
a { background-color: rgb(215,192,142); }
div.DivClassName
{
background-color: #D7C08E;
}
.BgClassName
{
background-color: #D7C08E;
}
</style>
border-color css
<style>
span { border-color: #D7C08E; }
span { border-color: rgb(215,192,142); }
td.TdClassName
{
border-color: #D7C08E;
}
.TagClassName
{
border-color: #D7C08E;
}
</style>