Shades of Straw #D2BA85
Tints of Straw #D2BA85
RGB
CMYK
RGB Variations
Color information
#D2BA85 (or 0xD2BA85) is known color: Straw. HEX triplet: D2, BA and 85. RGB value is (210,186,133). Sum of RGB (Red+Green+Blue) = 210+186+133=529 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.70% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 133 (52.34% from 255 or 25.14% from 529); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BA85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2BA85 is #2D457A. Grayscale: #BBBBBB. Windows color (decimal): -2966907 or 8764114. OLE color: 8764114.
HSL color Cylindrical-coordinate representation of color #D2BA85: hue angle of 41.3º degrees, saturation: 0.46, 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 #D2BA85 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 186 | 133 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.18 |
| HSL | 41.3º | 0.46% | 0.67% | - |
| HSV(B) | 41.3º | 0.37% | 0.82% | - |
| XYZ | 48.37 | 50.51 | 29.39 | - |
| YUV | 187.13 | 97.45 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 186 | 133 | 0 | 0.11 | 0.37 | 0.18 | 41.3 | 0.46 | 0.67 |
| Hex | D2 | BA | 85 | 0 | B | 25 | 12 | 29 | 2E | 43 |
| Octal | 322 | 272 | 205 | 0 | 13 | 45 | 22 | 51 | 56 | 103 |
| Binary | 11010010 | 10111010 | 10000101 | 0 | 1011 | 100101 | 10010 | 101001 | 101110 | 1000011 |
Color Harmonies of #D2BA85
Complementary color
Monochromatic Colors of #D2BA85
Black with #D2BA85
Text Example
Text Example
White with #D2BA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BA85; }
p { color: rgb(210,186,133); }
H1.HeaderClassName
{
color: #D2BA85;
}
.AnyTagClassName
{
color: #D2BA85;
}
</style>
background-color css
<style>
a { background-color: #D2BA85; }
a { background-color: rgb(210,186,133); }
div.DivClassName
{
background-color: #D2BA85;
}
.BgClassName
{
background-color: #D2BA85;
}
</style>
border-color css
<style>
span { border-color: #D2BA85; }
span { border-color: rgb(210,186,133); }
td.TdClassName
{
border-color: #D2BA85;
}
.TagClassName
{
border-color: #D2BA85;
}
</style>