Shades of Straw #D0BC8B
Tints of Straw #D0BC8B
RGB
CMYK
RGB Variations
Color information
#D0BC8B (or 0xD0BC8B) is known color: Straw. HEX triplet: D0, BC and 8B. RGB value is (208,188,139). Sum of RGB (Red+Green+Blue) = 208+188+139=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 188 (73.83% from 255 or 35.14% from 535); Blue value is 139 (54.69% from 255 or 25.98% from 535); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BC8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BC8B is #2F4374. Grayscale: #BCBCBC. Windows color (decimal): -3097461 or 9157840. OLE color: 9157840.
HSL color Cylindrical-coordinate representation of color #D0BC8B: hue angle of 42.61º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D0BC8B is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 188 | 139 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.18 |
| HSL | 42.61º | 0.42% | 0.68% | - |
| HSV(B) | 42.61º | 0.33% | 0.82% | - |
| XYZ | 48.66 | 51.24 | 31.75 | - |
| YUV | 188.39 | 100.13 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 188 | 139 | 0 | 0.10 | 0.33 | 0.18 | 42.61 | 0.42 | 0.68 |
| Hex | D0 | BC | 8B | 0 | A | 21 | 12 | 2B | 2A | 44 |
| Octal | 320 | 274 | 213 | 0 | 12 | 41 | 22 | 53 | 52 | 104 |
| Binary | 11010000 | 10111100 | 10001011 | 0 | 1010 | 100001 | 10010 | 101011 | 101010 | 1000100 |
Color Harmonies of #D0BC8B
Complementary color
Monochromatic Colors of #D0BC8B
Black with #D0BC8B
Text Example
Text Example
White with #D0BC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BC8B; }
p { color: rgb(208,188,139); }
H1.HeaderClassName
{
color: #D0BC8B;
}
.AnyTagClassName
{
color: #D0BC8B;
}
</style>
background-color css
<style>
a { background-color: #D0BC8B; }
a { background-color: rgb(208,188,139); }
div.DivClassName
{
background-color: #D0BC8B;
}
.BgClassName
{
background-color: #D0BC8B;
}
</style>
border-color css
<style>
span { border-color: #D0BC8B; }
span { border-color: rgb(208,188,139); }
td.TdClassName
{
border-color: #D0BC8B;
}
.TagClassName
{
border-color: #D0BC8B;
}
</style>