Shades of Straw #D9BD7B
Tints of Straw #D9BD7B
RGB
CMYK
RGB Variations
Color information
#D9BD7B (or 0xD9BD7B) is known color: Straw. HEX triplet: D9, BD and 7B. RGB value is (217,189,123). Sum of RGB (Red+Green+Blue) = 217+189+123=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 189 (74.22% from 255 or 35.73% from 529); Blue value is 123 (48.44% from 255 or 23.25% from 529); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BD7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BD7B is #264284. Grayscale: #BEBEBE. Windows color (decimal): -2507397 or 8109529. OLE color: 8109529.
HSL color Cylindrical-coordinate representation of color #D9BD7B: hue angle of 42.13º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D9BD7B is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 189 | 123 | - |
| CMYK | 0 | 0.13 | 0.43 | 0.15 |
| HSL | 42.13º | 0.55% | 0.67% | - |
| HSV(B) | 42.13º | 0.43% | 0.85% | - |
| XYZ | 50.39 | 52.58 | 26.23 | - |
| YUV | 189.85 | 90.28 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 189 | 123 | 0 | 0.13 | 0.43 | 0.15 | 42.13 | 0.55 | 0.67 |
| Hex | D9 | BD | 7B | 0 | D | 2B | F | 2A | 37 | 43 |
| Octal | 331 | 275 | 173 | 0 | 15 | 53 | 17 | 52 | 67 | 103 |
| Binary | 11011001 | 10111101 | 1111011 | 0 | 1101 | 101011 | 1111 | 101010 | 110111 | 1000011 |
Color Harmonies of #D9BD7B
Complementary color
Monochromatic Colors of #D9BD7B
Black with #D9BD7B
Text Example
Text Example
White with #D9BD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BD7B; }
p { color: rgb(217,189,123); }
H1.HeaderClassName
{
color: #D9BD7B;
}
.AnyTagClassName
{
color: #D9BD7B;
}
</style>
background-color css
<style>
a { background-color: #D9BD7B; }
a { background-color: rgb(217,189,123); }
div.DivClassName
{
background-color: #D9BD7B;
}
.BgClassName
{
background-color: #D9BD7B;
}
</style>
border-color css
<style>
span { border-color: #D9BD7B; }
span { border-color: rgb(217,189,123); }
td.TdClassName
{
border-color: #D9BD7B;
}
.TagClassName
{
border-color: #D9BD7B;
}
</style>