Shades of Straw #D0BA88
Tints of Straw #D0BA88
RGB
CMYK
RGB Variations
Color information
#D0BA88 (or 0xD0BA88) is known color: Straw. HEX triplet: D0, BA and 88. RGB value is (208,186,136). Sum of RGB (Red+Green+Blue) = 208+186+136=530 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.25% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 136 (53.52% from 255 or 25.66% from 530); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BA88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BA88 is #2F4577. Grayscale: #BBBBBB. Windows color (decimal): -3097976 or 8960720. OLE color: 8960720.
HSL color Cylindrical-coordinate representation of color #D0BA88: hue angle of 41.67º 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 #D0BA88 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 186 | 136 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.18 |
| HSL | 41.67º | 0.43% | 0.67% | - |
| HSV(B) | 41.67º | 0.35% | 0.82% | - |
| XYZ | 48.02 | 50.31 | 30.47 | - |
| YUV | 186.88 | 99.29 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 186 | 136 | 0 | 0.11 | 0.35 | 0.18 | 41.67 | 0.43 | 0.67 |
| Hex | D0 | BA | 88 | 0 | B | 23 | 12 | 2A | 2B | 43 |
| Octal | 320 | 272 | 210 | 0 | 13 | 43 | 22 | 52 | 53 | 103 |
| Binary | 11010000 | 10111010 | 10001000 | 0 | 1011 | 100011 | 10010 | 101010 | 101011 | 1000011 |
Color Harmonies of #D0BA88
Complementary color
Monochromatic Colors of #D0BA88
Black with #D0BA88
Text Example
Text Example
White with #D0BA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BA88; }
p { color: rgb(208,186,136); }
H1.HeaderClassName
{
color: #D0BA88;
}
.AnyTagClassName
{
color: #D0BA88;
}
</style>
background-color css
<style>
a { background-color: #D0BA88; }
a { background-color: rgb(208,186,136); }
div.DivClassName
{
background-color: #D0BA88;
}
.BgClassName
{
background-color: #D0BA88;
}
</style>
border-color css
<style>
span { border-color: #D0BA88; }
span { border-color: rgb(208,186,136); }
td.TdClassName
{
border-color: #D0BA88;
}
.TagClassName
{
border-color: #D0BA88;
}
</style>