Shades of Straw #D9BD7A
Tints of Straw #D9BD7A
RGB
CMYK
RGB Variations
Color information
#D9BD7A (or 0xD9BD7A) is known color: Straw. HEX triplet: D9, BD and 7A. RGB value is (217,189,122). Sum of RGB (Red+Green+Blue) = 217+189+122=528 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.10% from 528); Green value is 189 (74.22% from 255 or 35.80% from 528); Blue value is 122 (48.05% from 255 or 23.11% from 528); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BD7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BD7A is #264285. Grayscale: #BEBEBE. Windows color (decimal): -2507398 or 8043993. OLE color: 8043993.
HSL color Cylindrical-coordinate representation of color #D9BD7A: hue angle of 42.32º 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 #D9BD7A is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 189 | 122 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.15 |
| HSL | 42.32º | 0.56% | 0.66% | - |
| HSV(B) | 42.32º | 0.44% | 0.85% | - |
| XYZ | 50.33 | 52.55 | 25.9 | - |
| YUV | 189.73 | 89.78 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 189 | 122 | 0 | 0.13 | 0.44 | 0.15 | 42.32 | 0.56 | 0.66 |
| Hex | D9 | BD | 7A | 0 | D | 2C | F | 2A | 38 | 42 |
| Octal | 331 | 275 | 172 | 0 | 15 | 54 | 17 | 52 | 70 | 102 |
| Binary | 11011001 | 10111101 | 1111010 | 0 | 1101 | 101100 | 1111 | 101010 | 111000 | 1000010 |
Color Harmonies of #D9BD7A
Complementary color
Monochromatic Colors of #D9BD7A
Black with #D9BD7A
Text Example
Text Example
White with #D9BD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BD7A; }
p { color: rgb(217,189,122); }
H1.HeaderClassName
{
color: #D9BD7A;
}
.AnyTagClassName
{
color: #D9BD7A;
}
</style>
background-color css
<style>
a { background-color: #D9BD7A; }
a { background-color: rgb(217,189,122); }
div.DivClassName
{
background-color: #D9BD7A;
}
.BgClassName
{
background-color: #D9BD7A;
}
</style>
border-color css
<style>
span { border-color: #D9BD7A; }
span { border-color: rgb(217,189,122); }
td.TdClassName
{
border-color: #D9BD7A;
}
.TagClassName
{
border-color: #D9BD7A;
}
</style>