Shades of Straw #D4BB89
Tints of Straw #D4BB89
RGB
CMYK
RGB Variations
Color information
#D4BB89 (or 0xD4BB89) is known color: Straw. HEX triplet: D4, BB and 89. RGB value is (212,187,137). Sum of RGB (Red+Green+Blue) = 212+187+137=536 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.55% from 536); Green value is 187 (73.44% from 255 or 34.89% from 536); Blue value is 137 (53.91% from 255 or 25.56% from 536); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BB89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BB89 is #2B4476. Grayscale: #BDBDBD. Windows color (decimal): -2835575 or 9026516. OLE color: 9026516.
HSL color Cylindrical-coordinate representation of color #D4BB89: hue angle of 40º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D4BB89 is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 187 | 137 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.17 |
| HSL | 40º | 0.47% | 0.68% | - |
| HSV(B) | 40º | 0.35% | 0.83% | - |
| XYZ | 49.44 | 51.34 | 30.97 | - |
| YUV | 188.78 | 98.78 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 187 | 137 | 0 | 0.12 | 0.35 | 0.17 | 40 | 0.47 | 0.68 |
| Hex | D4 | BB | 89 | 0 | C | 23 | 11 | 28 | 2F | 44 |
| Octal | 324 | 273 | 211 | 0 | 14 | 43 | 21 | 50 | 57 | 104 |
| Binary | 11010100 | 10111011 | 10001001 | 0 | 1100 | 100011 | 10001 | 101000 | 101111 | 1000100 |
Color Harmonies of #D4BB89
Complementary color
Monochromatic Colors of #D4BB89
Black with #D4BB89
Text Example
Text Example
White with #D4BB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BB89; }
p { color: rgb(212,187,137); }
H1.HeaderClassName
{
color: #D4BB89;
}
.AnyTagClassName
{
color: #D4BB89;
}
</style>
background-color css
<style>
a { background-color: #D4BB89; }
a { background-color: rgb(212,187,137); }
div.DivClassName
{
background-color: #D4BB89;
}
.BgClassName
{
background-color: #D4BB89;
}
</style>
border-color css
<style>
span { border-color: #D4BB89; }
span { border-color: rgb(212,187,137); }
td.TdClassName
{
border-color: #D4BB89;
}
.TagClassName
{
border-color: #D4BB89;
}
</style>