Shades of Straw #D8C182
Tints of Straw #D8C182
RGB
CMYK
RGB Variations
Color information
#D8C182 (or 0xD8C182) is known color: Straw. HEX triplet: D8, C1 and 82. RGB value is (216,193,130). Sum of RGB (Red+Green+Blue) = 216+193+130=539 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.07% from 539); Green value is 193 (75.78% from 255 or 35.81% from 539); Blue value is 130 (51.17% from 255 or 24.12% from 539); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C182 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C182 is #273E7D. Grayscale: #C0C0C0. Windows color (decimal): -2571902 or 8569304. OLE color: 8569304.
HSL color Cylindrical-coordinate representation of color #D8C182: hue angle of 43.95º 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 #D8C182 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 193 | 130 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.15 |
| HSL | 43.95º | 0.52% | 0.68% | - |
| HSV(B) | 43.95º | 0.4% | 0.85% | - |
| XYZ | 51.42 | 54.35 | 28.9 | - |
| YUV | 192.7 | 92.62 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 193 | 130 | 0 | 0.11 | 0.40 | 0.15 | 43.95 | 0.52 | 0.68 |
| Hex | D8 | C1 | 82 | 0 | B | 28 | F | 2C | 34 | 44 |
| Octal | 330 | 301 | 202 | 0 | 13 | 50 | 17 | 54 | 64 | 104 |
| Binary | 11011000 | 11000001 | 10000010 | 0 | 1011 | 101000 | 1111 | 101100 | 110100 | 1000100 |
Color Harmonies of #D8C182
Complementary color
Monochromatic Colors of #D8C182
Black with #D8C182
Text Example
Text Example
White with #D8C182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C182; }
p { color: rgb(216,193,130); }
H1.HeaderClassName
{
color: #D8C182;
}
.AnyTagClassName
{
color: #D8C182;
}
</style>
background-color css
<style>
a { background-color: #D8C182; }
a { background-color: rgb(216,193,130); }
div.DivClassName
{
background-color: #D8C182;
}
.BgClassName
{
background-color: #D8C182;
}
</style>
border-color css
<style>
span { border-color: #D8C182; }
span { border-color: rgb(216,193,130); }
td.TdClassName
{
border-color: #D8C182;
}
.TagClassName
{
border-color: #D8C182;
}
</style>