Shades of Straw #D8C183
Tints of Straw #D8C183
RGB
CMYK
RGB Variations
Color information
#D8C183 (or 0xD8C183) is known color: Straw. HEX triplet: D8, C1 and 83. RGB value is (216,193,131). Sum of RGB (Red+Green+Blue) = 216+193+131=540 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40% from 540); Green value is 193 (75.78% from 255 or 35.74% from 540); Blue value is 131 (51.56% from 255 or 24.26% from 540); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C183 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C183 is #273E7C. Grayscale: #C1C1C1. Windows color (decimal): -2571901 or 8634840. OLE color: 8634840.
HSL color Cylindrical-coordinate representation of color #D8C183: hue angle of 43.76º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D8C183 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 193 | 131 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.15 |
| HSL | 43.76º | 0.52% | 0.68% | - |
| HSV(B) | 43.76º | 0.39% | 0.85% | - |
| XYZ | 51.49 | 54.38 | 29.26 | - |
| YUV | 192.81 | 93.12 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 193 | 131 | 0 | 0.11 | 0.39 | 0.15 | 43.76 | 0.52 | 0.68 |
| Hex | D8 | C1 | 83 | 0 | B | 27 | F | 2C | 34 | 44 |
| Octal | 330 | 301 | 203 | 0 | 13 | 47 | 17 | 54 | 64 | 104 |
| Binary | 11011000 | 11000001 | 10000011 | 0 | 1011 | 100111 | 1111 | 101100 | 110100 | 1000100 |
Color Harmonies of #D8C183
Complementary color
Monochromatic Colors of #D8C183
Black with #D8C183
Text Example
Text Example
White with #D8C183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C183; }
p { color: rgb(216,193,131); }
H1.HeaderClassName
{
color: #D8C183;
}
.AnyTagClassName
{
color: #D8C183;
}
</style>
background-color css
<style>
a { background-color: #D8C183; }
a { background-color: rgb(216,193,131); }
div.DivClassName
{
background-color: #D8C183;
}
.BgClassName
{
background-color: #D8C183;
}
</style>
border-color css
<style>
span { border-color: #D8C183; }
span { border-color: rgb(216,193,131); }
td.TdClassName
{
border-color: #D8C183;
}
.TagClassName
{
border-color: #D8C183;
}
</style>