Shades of Straw #D0BC88
Tints of Straw #D0BC88
RGB
CMYK
RGB Variations
Color information
#D0BC88 (or 0xD0BC88) is known color: Straw. HEX triplet: D0, BC and 88. RGB value is (208,188,136). Sum of RGB (Red+Green+Blue) = 208+188+136=532 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.10% from 532); Green value is 188 (73.83% from 255 or 35.34% from 532); Blue value is 136 (53.52% from 255 or 25.56% from 532); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BC88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BC88 is #2F4377. Grayscale: #BCBCBC. Windows color (decimal): -3097464 or 8961232. OLE color: 8961232.
HSL color Cylindrical-coordinate representation of color #D0BC88: hue angle of 43.33º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D0BC88 is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 188 | 136 | - |
| CMYK | 0 | 0.10 | 0.35 | 0.18 |
| HSL | 43.33º | 0.43% | 0.67% | - |
| HSV(B) | 43.33º | 0.35% | 0.82% | - |
| XYZ | 48.44 | 51.15 | 30.61 | - |
| YUV | 188.05 | 98.63 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 188 | 136 | 0 | 0.10 | 0.35 | 0.18 | 43.33 | 0.43 | 0.67 |
| Hex | D0 | BC | 88 | 0 | A | 23 | 12 | 2B | 2B | 43 |
| Octal | 320 | 274 | 210 | 0 | 12 | 43 | 22 | 53 | 53 | 103 |
| Binary | 11010000 | 10111100 | 10001000 | 0 | 1010 | 100011 | 10010 | 101011 | 101011 | 1000011 |
Color Harmonies of #D0BC88
Complementary color
Monochromatic Colors of #D0BC88
Black with #D0BC88
Text Example
Text Example
White with #D0BC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BC88; }
p { color: rgb(208,188,136); }
H1.HeaderClassName
{
color: #D0BC88;
}
.AnyTagClassName
{
color: #D0BC88;
}
</style>
background-color css
<style>
a { background-color: #D0BC88; }
a { background-color: rgb(208,188,136); }
div.DivClassName
{
background-color: #D0BC88;
}
.BgClassName
{
background-color: #D0BC88;
}
</style>
border-color css
<style>
span { border-color: #D0BC88; }
span { border-color: rgb(208,188,136); }
td.TdClassName
{
border-color: #D0BC88;
}
.TagClassName
{
border-color: #D0BC88;
}
</style>