Shades of Straw #D2BA82
Tints of Straw #D2BA82
RGB
CMYK
RGB Variations
Color information
#D2BA82 (or 0xD2BA82) is known color: Straw. HEX triplet: D2, BA and 82. RGB value is (210,186,130). Sum of RGB (Red+Green+Blue) = 210+186+130=526 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.92% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 130 (51.17% from 255 or 24.71% from 526); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BA82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2BA82 is #2D457D. Grayscale: #BBBBBB. Windows color (decimal): -2966910 or 8567506. OLE color: 8567506.
HSL color Cylindrical-coordinate representation of color #D2BA82: hue angle of 42º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D2BA82 is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 186 | 130 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.18 |
| HSL | 42º | 0.47% | 0.67% | - |
| HSV(B) | 42º | 0.38% | 0.82% | - |
| XYZ | 48.17 | 50.43 | 28.31 | - |
| YUV | 186.79 | 95.95 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 186 | 130 | 0 | 0.11 | 0.38 | 0.18 | 42 | 0.47 | 0.67 |
| Hex | D2 | BA | 82 | 0 | B | 26 | 12 | 2A | 2F | 43 |
| Octal | 322 | 272 | 202 | 0 | 13 | 46 | 22 | 52 | 57 | 103 |
| Binary | 11010010 | 10111010 | 10000010 | 0 | 1011 | 100110 | 10010 | 101010 | 101111 | 1000011 |
Color Harmonies of #D2BA82
Complementary color
Monochromatic Colors of #D2BA82
Black with #D2BA82
Text Example
Text Example
White with #D2BA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BA82; }
p { color: rgb(210,186,130); }
H1.HeaderClassName
{
color: #D2BA82;
}
.AnyTagClassName
{
color: #D2BA82;
}
</style>
background-color css
<style>
a { background-color: #D2BA82; }
a { background-color: rgb(210,186,130); }
div.DivClassName
{
background-color: #D2BA82;
}
.BgClassName
{
background-color: #D2BA82;
}
</style>
border-color css
<style>
span { border-color: #D2BA82; }
span { border-color: rgb(210,186,130); }
td.TdClassName
{
border-color: #D2BA82;
}
.TagClassName
{
border-color: #D2BA82;
}
</style>