Shades of Straw #D8C082
Tints of Straw #D8C082
RGB
CMYK
RGB Variations
Color information
#D8C082 (or 0xD8C082) is known color: Straw. HEX triplet: D8, C0 and 82. RGB value is (216,192,130). Sum of RGB (Red+Green+Blue) = 216+192+130=538 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.15% from 538); Green value is 192 (75.39% from 255 or 35.69% from 538); Blue value is 130 (51.17% from 255 or 24.16% from 538); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C082 is #273F7D. Grayscale: #C0C0C0. Windows color (decimal): -2572158 or 8569048. OLE color: 8569048.
HSL color Cylindrical-coordinate representation of color #D8C082: hue angle of 43.26º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D8C082 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 192 | 130 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.15 |
| HSL | 43.26º | 0.52% | 0.68% | - |
| HSV(B) | 43.26º | 0.4% | 0.85% | - |
| XYZ | 51.2 | 53.91 | 28.83 | - |
| YUV | 192.11 | 92.95 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 192 | 130 | 0 | 0.11 | 0.40 | 0.15 | 43.26 | 0.52 | 0.68 |
| Hex | D8 | C0 | 82 | 0 | B | 28 | F | 2B | 34 | 44 |
| Octal | 330 | 300 | 202 | 0 | 13 | 50 | 17 | 53 | 64 | 104 |
| Binary | 11011000 | 11000000 | 10000010 | 0 | 1011 | 101000 | 1111 | 101011 | 110100 | 1000100 |
Color Harmonies of #D8C082
Complementary color
Monochromatic Colors of #D8C082
Black with #D8C082
Text Example
Text Example
White with #D8C082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C082; }
p { color: rgb(216,192,130); }
H1.HeaderClassName
{
color: #D8C082;
}
.AnyTagClassName
{
color: #D8C082;
}
</style>
background-color css
<style>
a { background-color: #D8C082; }
a { background-color: rgb(216,192,130); }
div.DivClassName
{
background-color: #D8C082;
}
.BgClassName
{
background-color: #D8C082;
}
</style>
border-color css
<style>
span { border-color: #D8C082; }
span { border-color: rgb(216,192,130); }
td.TdClassName
{
border-color: #D8C082;
}
.TagClassName
{
border-color: #D8C082;
}
</style>