Shades of Straw #D8C07D
Tints of Straw #D8C07D
RGB
CMYK
RGB Variations
Color information
#D8C07D (or 0xD8C07D) is known color: Straw. HEX triplet: D8, C0 and 7D. RGB value is (216,192,125). Sum of RGB (Red+Green+Blue) = 216+192+125=533 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.53% from 533); Green value is 192 (75.39% from 255 or 36.02% from 533); Blue value is 125 (49.22% from 255 or 23.45% from 533); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C07D is #273F82. Grayscale: #BFBFBF. Windows color (decimal): -2572163 or 8241368. OLE color: 8241368.
HSL color Cylindrical-coordinate representation of color #D8C07D: hue angle of 44.18º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D8C07D is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 192 | 125 | - |
| CMYK | 0 | 0.11 | 0.42 | 0.15 |
| HSL | 44.18º | 0.54% | 0.67% | - |
| HSV(B) | 44.18º | 0.42% | 0.85% | - |
| XYZ | 50.87 | 53.78 | 27.1 | - |
| YUV | 191.54 | 90.45 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 192 | 125 | 0 | 0.11 | 0.42 | 0.15 | 44.18 | 0.54 | 0.67 |
| Hex | D8 | C0 | 7D | 0 | B | 2A | F | 2C | 36 | 43 |
| Octal | 330 | 300 | 175 | 0 | 13 | 52 | 17 | 54 | 66 | 103 |
| Binary | 11011000 | 11000000 | 1111101 | 0 | 1011 | 101010 | 1111 | 101100 | 110110 | 1000011 |
Color Harmonies of #D8C07D
Complementary color
Monochromatic Colors of #D8C07D
Black with #D8C07D
Text Example
Text Example
White with #D8C07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C07D; }
p { color: rgb(216,192,125); }
H1.HeaderClassName
{
color: #D8C07D;
}
.AnyTagClassName
{
color: #D8C07D;
}
</style>
background-color css
<style>
a { background-color: #D8C07D; }
a { background-color: rgb(216,192,125); }
div.DivClassName
{
background-color: #D8C07D;
}
.BgClassName
{
background-color: #D8C07D;
}
</style>
border-color css
<style>
span { border-color: #D8C07D; }
span { border-color: rgb(216,192,125); }
td.TdClassName
{
border-color: #D8C07D;
}
.TagClassName
{
border-color: #D8C07D;
}
</style>