Shades of Straw #D2BA7A
Tints of Straw #D2BA7A
RGB
CMYK
RGB Variations
Color information
#D2BA7A (or 0xD2BA7A) is known color: Straw. HEX triplet: D2, BA and 7A. RGB value is (210,186,122). Sum of RGB (Red+Green+Blue) = 210+186+122=518 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.54% from 518); Green value is 186 (73.05% from 255 or 35.91% from 518); Blue value is 122 (48.05% from 255 or 23.55% from 518); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BA7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2BA7A is #2D4585. Grayscale: #BABABA. Windows color (decimal): -2966918 or 8043218. OLE color: 8043218.
HSL color Cylindrical-coordinate representation of color #D2BA7A: hue angle of 43.64º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D2BA7A is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 186 | 122 | - |
| CMYK | 0 | 0.11 | 0.42 | 0.18 |
| HSL | 43.64º | 0.49% | 0.65% | - |
| HSV(B) | 43.64º | 0.42% | 0.82% | - |
| XYZ | 47.65 | 50.22 | 25.6 | - |
| YUV | 185.88 | 91.95 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 186 | 122 | 0 | 0.11 | 0.42 | 0.18 | 43.64 | 0.49 | 0.65 |
| Hex | D2 | BA | 7A | 0 | B | 2A | 12 | 2C | 31 | 41 |
| Octal | 322 | 272 | 172 | 0 | 13 | 52 | 22 | 54 | 61 | 101 |
| Binary | 11010010 | 10111010 | 1111010 | 0 | 1011 | 101010 | 10010 | 101100 | 110001 | 1000001 |
Color Harmonies of #D2BA7A
Complementary color
Monochromatic Colors of #D2BA7A
Black with #D2BA7A
Text Example
Text Example
White with #D2BA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BA7A; }
p { color: rgb(210,186,122); }
H1.HeaderClassName
{
color: #D2BA7A;
}
.AnyTagClassName
{
color: #D2BA7A;
}
</style>
background-color css
<style>
a { background-color: #D2BA7A; }
a { background-color: rgb(210,186,122); }
div.DivClassName
{
background-color: #D2BA7A;
}
.BgClassName
{
background-color: #D2BA7A;
}
</style>
border-color css
<style>
span { border-color: #D2BA7A; }
span { border-color: rgb(210,186,122); }
td.TdClassName
{
border-color: #D2BA7A;
}
.TagClassName
{
border-color: #D2BA7A;
}
</style>