Shades of Straw #D9BB7F
Tints of Straw #D9BB7F
RGB
CMYK
RGB Variations
Color information
#D9BB7F (or 0xD9BB7F) is known color: Straw. HEX triplet: D9, BB and 7F. RGB value is (217,187,127). Sum of RGB (Red+Green+Blue) = 217+187+127=531 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.87% from 531); Green value is 187 (73.44% from 255 or 35.22% from 531); Blue value is 127 (50% from 255 or 23.92% from 531); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BB7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BB7F is #264480. Grayscale: #BDBDBD. Windows color (decimal): -2507905 or 8371161. OLE color: 8371161.
HSL color Cylindrical-coordinate representation of color #D9BB7F: hue angle of 40º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D9BB7F is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 187 | 127 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.15 |
| HSL | 40º | 0.54% | 0.67% | - |
| HSV(B) | 40º | 0.41% | 0.85% | - |
| XYZ | 50.22 | 51.82 | 27.44 | - |
| YUV | 189.13 | 92.94 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 187 | 127 | 0 | 0.14 | 0.41 | 0.15 | 40 | 0.54 | 0.67 |
| Hex | D9 | BB | 7F | 0 | E | 29 | F | 28 | 36 | 43 |
| Octal | 331 | 273 | 177 | 0 | 16 | 51 | 17 | 50 | 66 | 103 |
| Binary | 11011001 | 10111011 | 1111111 | 0 | 1110 | 101001 | 1111 | 101000 | 110110 | 1000011 |
Color Harmonies of #D9BB7F
Complementary color
Monochromatic Colors of #D9BB7F
Black with #D9BB7F
Text Example
Text Example
White with #D9BB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BB7F; }
p { color: rgb(217,187,127); }
H1.HeaderClassName
{
color: #D9BB7F;
}
.AnyTagClassName
{
color: #D9BB7F;
}
</style>
background-color css
<style>
a { background-color: #D9BB7F; }
a { background-color: rgb(217,187,127); }
div.DivClassName
{
background-color: #D9BB7F;
}
.BgClassName
{
background-color: #D9BB7F;
}
</style>
border-color css
<style>
span { border-color: #D9BB7F; }
span { border-color: rgb(217,187,127); }
td.TdClassName
{
border-color: #D9BB7F;
}
.TagClassName
{
border-color: #D9BB7F;
}
</style>