Shades of Straw #D9BA7A
Tints of Straw #D9BA7A
RGB
CMYK
RGB Variations
Color information
#D9BA7A (or 0xD9BA7A) is known color: Straw. HEX triplet: D9, BA and 7A. RGB value is (217,186,122). Sum of RGB (Red+Green+Blue) = 217+186+122=525 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.33% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 122 (48.05% from 255 or 23.24% from 525); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BA7A is #264585. Grayscale: #BCBCBC. Windows color (decimal): -2508166 or 8043225. OLE color: 8043225.
HSL color Cylindrical-coordinate representation of color #D9BA7A: hue angle of 40.42º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D9BA7A is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 186 | 122 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.15 |
| HSL | 40.42º | 0.56% | 0.66% | - |
| HSV(B) | 40.42º | 0.44% | 0.85% | - |
| XYZ | 49.69 | 51.27 | 25.69 | - |
| YUV | 187.97 | 90.77 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 186 | 122 | 0 | 0.14 | 0.44 | 0.15 | 40.42 | 0.56 | 0.66 |
| Hex | D9 | BA | 7A | 0 | E | 2C | F | 28 | 38 | 42 |
| Octal | 331 | 272 | 172 | 0 | 16 | 54 | 17 | 50 | 70 | 102 |
| Binary | 11011001 | 10111010 | 1111010 | 0 | 1110 | 101100 | 1111 | 101000 | 111000 | 1000010 |
Color Harmonies of #D9BA7A
Complementary color
Monochromatic Colors of #D9BA7A
Black with #D9BA7A
Text Example
Text Example
White with #D9BA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BA7A; }
p { color: rgb(217,186,122); }
H1.HeaderClassName
{
color: #D9BA7A;
}
.AnyTagClassName
{
color: #D9BA7A;
}
</style>
background-color css
<style>
a { background-color: #D9BA7A; }
a { background-color: rgb(217,186,122); }
div.DivClassName
{
background-color: #D9BA7A;
}
.BgClassName
{
background-color: #D9BA7A;
}
</style>
border-color css
<style>
span { border-color: #D9BA7A; }
span { border-color: rgb(217,186,122); }
td.TdClassName
{
border-color: #D9BA7A;
}
.TagClassName
{
border-color: #D9BA7A;
}
</style>