Shades of Straw #D8BC83
Tints of Straw #D8BC83
RGB
CMYK
RGB Variations
Color information
#D8BC83 (or 0xD8BC83) is known color: Straw. HEX triplet: D8, BC and 83. RGB value is (216,188,131). Sum of RGB (Red+Green+Blue) = 216+188+131=535 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.37% from 535); Green value is 188 (73.83% from 255 or 35.14% from 535); Blue value is 131 (51.56% from 255 or 24.49% from 535); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BC83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BC83 is #27437C. Grayscale: #BEBEBE. Windows color (decimal): -2573181 or 8633560. OLE color: 8633560.
HSL color Cylindrical-coordinate representation of color #D8BC83: hue angle of 40.24º 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 #D8BC83 is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 188 | 131 | - |
| CMYK | 0 | 0.13 | 0.39 | 0.15 |
| HSL | 40.24º | 0.52% | 0.68% | - |
| HSV(B) | 40.24º | 0.39% | 0.85% | - |
| XYZ | 50.4 | 52.2 | 28.89 | - |
| YUV | 189.87 | 94.78 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 188 | 131 | 0 | 0.13 | 0.39 | 0.15 | 40.24 | 0.52 | 0.68 |
| Hex | D8 | BC | 83 | 0 | D | 27 | F | 28 | 34 | 44 |
| Octal | 330 | 274 | 203 | 0 | 15 | 47 | 17 | 50 | 64 | 104 |
| Binary | 11011000 | 10111100 | 10000011 | 0 | 1101 | 100111 | 1111 | 101000 | 110100 | 1000100 |
Color Harmonies of #D8BC83
Complementary color
Monochromatic Colors of #D8BC83
Black with #D8BC83
Text Example
Text Example
White with #D8BC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BC83; }
p { color: rgb(216,188,131); }
H1.HeaderClassName
{
color: #D8BC83;
}
.AnyTagClassName
{
color: #D8BC83;
}
</style>
background-color css
<style>
a { background-color: #D8BC83; }
a { background-color: rgb(216,188,131); }
div.DivClassName
{
background-color: #D8BC83;
}
.BgClassName
{
background-color: #D8BC83;
}
</style>
border-color css
<style>
span { border-color: #D8BC83; }
span { border-color: rgb(216,188,131); }
td.TdClassName
{
border-color: #D8BC83;
}
.TagClassName
{
border-color: #D8BC83;
}
</style>