Shades of Straw #D5BB89
Tints of Straw #D5BB89
RGB
CMYK
RGB Variations
Color information
#D5BB89 (or 0xD5BB89) is known color: Straw. HEX triplet: D5, BB and 89. RGB value is (213,187,137). Sum of RGB (Red+Green+Blue) = 213+187+137=537 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.66% from 537); Green value is 187 (73.44% from 255 or 34.82% from 537); Blue value is 137 (53.91% from 255 or 25.51% from 537); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BB89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BB89 is #2A4476. Grayscale: #BDBDBD. Windows color (decimal): -2770039 or 9026517. OLE color: 9026517.
HSL color Cylindrical-coordinate representation of color #D5BB89: hue angle of 39.47º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D5BB89 is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 187 | 137 | - |
| CMYK | 0 | 0.12 | 0.36 | 0.16 |
| HSL | 39.47º | 0.48% | 0.69% | - |
| HSV(B) | 39.47º | 0.36% | 0.84% | - |
| XYZ | 49.73 | 51.49 | 30.99 | - |
| YUV | 189.07 | 98.61 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 187 | 137 | 0 | 0.12 | 0.36 | 0.16 | 39.47 | 0.48 | 0.69 |
| Hex | D5 | BB | 89 | 0 | C | 24 | 10 | 27 | 30 | 45 |
| Octal | 325 | 273 | 211 | 0 | 14 | 44 | 20 | 47 | 60 | 105 |
| Binary | 11010101 | 10111011 | 10001001 | 0 | 1100 | 100100 | 10000 | 100111 | 110000 | 1000101 |
Color Harmonies of #D5BB89
Complementary color
Monochromatic Colors of #D5BB89
Black with #D5BB89
Text Example
Text Example
White with #D5BB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BB89; }
p { color: rgb(213,187,137); }
H1.HeaderClassName
{
color: #D5BB89;
}
.AnyTagClassName
{
color: #D5BB89;
}
</style>
background-color css
<style>
a { background-color: #D5BB89; }
a { background-color: rgb(213,187,137); }
div.DivClassName
{
background-color: #D5BB89;
}
.BgClassName
{
background-color: #D5BB89;
}
</style>
border-color css
<style>
span { border-color: #D5BB89; }
span { border-color: rgb(213,187,137); }
td.TdClassName
{
border-color: #D5BB89;
}
.TagClassName
{
border-color: #D5BB89;
}
</style>