Shades of Straw #D9BD88
Tints of Straw #D9BD88
RGB
CMYK
RGB Variations
Color information
#D9BD88 (or 0xD9BD88) is known color: Straw. HEX triplet: D9, BD and 88. RGB value is (217,189,136). Sum of RGB (Red+Green+Blue) = 217+189+136=542 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.04% from 542); Green value is 189 (74.22% from 255 or 34.87% from 542); Blue value is 136 (53.52% from 255 or 25.09% from 542); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BD88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BD88 is #264277. Grayscale: #BFBFBF. Windows color (decimal): -2507384 or 8961497. OLE color: 8961497.
HSL color Cylindrical-coordinate representation of color #D9BD88: hue angle of 39.26º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D9BD88 is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 189 | 136 | - |
| CMYK | 0 | 0.13 | 0.37 | 0.15 |
| HSL | 39.26º | 0.52% | 0.69% | - |
| HSV(B) | 39.26º | 0.37% | 0.85% | - |
| XYZ | 51.26 | 52.92 | 30.81 | - |
| YUV | 191.33 | 96.78 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 189 | 136 | 0 | 0.13 | 0.37 | 0.15 | 39.26 | 0.52 | 0.69 |
| Hex | D9 | BD | 88 | 0 | D | 25 | F | 27 | 34 | 45 |
| Octal | 331 | 275 | 210 | 0 | 15 | 45 | 17 | 47 | 64 | 105 |
| Binary | 11011001 | 10111101 | 10001000 | 0 | 1101 | 100101 | 1111 | 100111 | 110100 | 1000101 |
Color Harmonies of #D9BD88
Complementary color
Monochromatic Colors of #D9BD88
Black with #D9BD88
Text Example
Text Example
White with #D9BD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BD88; }
p { color: rgb(217,189,136); }
H1.HeaderClassName
{
color: #D9BD88;
}
.AnyTagClassName
{
color: #D9BD88;
}
</style>
background-color css
<style>
a { background-color: #D9BD88; }
a { background-color: rgb(217,189,136); }
div.DivClassName
{
background-color: #D9BD88;
}
.BgClassName
{
background-color: #D9BD88;
}
</style>
border-color css
<style>
span { border-color: #D9BD88; }
span { border-color: rgb(217,189,136); }
td.TdClassName
{
border-color: #D9BD88;
}
.TagClassName
{
border-color: #D9BD88;
}
</style>