Shades of Straw #D0BA84
Tints of Straw #D0BA84
RGB
CMYK
RGB Variations
Color information
#D0BA84 (or 0xD0BA84) is known color: Straw. HEX triplet: D0, BA and 84. RGB value is (208,186,132). Sum of RGB (Red+Green+Blue) = 208+186+132=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 132 (51.95% from 255 or 25.10% from 526); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BA84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BA84 is #2F457B. Grayscale: #BABABA. Windows color (decimal): -3097980 or 8698576. OLE color: 8698576.
HSL color Cylindrical-coordinate representation of color #D0BA84: hue angle of 42.63º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D0BA84 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 186 | 132 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.18 |
| HSL | 42.63º | 0.45% | 0.67% | - |
| HSV(B) | 42.63º | 0.37% | 0.82% | - |
| XYZ | 47.74 | 50.19 | 29 | - |
| YUV | 186.42 | 97.29 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 186 | 132 | 0 | 0.11 | 0.37 | 0.18 | 42.63 | 0.45 | 0.67 |
| Hex | D0 | BA | 84 | 0 | B | 25 | 12 | 2B | 2D | 43 |
| Octal | 320 | 272 | 204 | 0 | 13 | 45 | 22 | 53 | 55 | 103 |
| Binary | 11010000 | 10111010 | 10000100 | 0 | 1011 | 100101 | 10010 | 101011 | 101101 | 1000011 |
Color Harmonies of #D0BA84
Complementary color
Monochromatic Colors of #D0BA84
Black with #D0BA84
Text Example
Text Example
White with #D0BA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BA84; }
p { color: rgb(208,186,132); }
H1.HeaderClassName
{
color: #D0BA84;
}
.AnyTagClassName
{
color: #D0BA84;
}
</style>
background-color css
<style>
a { background-color: #D0BA84; }
a { background-color: rgb(208,186,132); }
div.DivClassName
{
background-color: #D0BA84;
}
.BgClassName
{
background-color: #D0BA84;
}
</style>
border-color css
<style>
span { border-color: #D0BA84; }
span { border-color: rgb(208,186,132); }
td.TdClassName
{
border-color: #D0BA84;
}
.TagClassName
{
border-color: #D0BA84;
}
</style>