Shades of Straw #D5BD89
Tints of Straw #D5BD89
RGB
CMYK
RGB Variations
Color information
#D5BD89 (or 0xD5BD89) is known color: Straw. HEX triplet: D5, BD and 89. RGB value is (213,189,137). Sum of RGB (Red+Green+Blue) = 213+189+137=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 189 (74.22% from 255 or 35.06% from 539); Blue value is 137 (53.91% from 255 or 25.42% from 539); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BD89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BD89 is #2A4276. Grayscale: #BEBEBE. Windows color (decimal): -2769527 or 9027029. OLE color: 9027029.
HSL color Cylindrical-coordinate representation of color #D5BD89: hue angle of 41.05º 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 #D5BD89 is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 189 | 137 | - |
| CMYK | 0 | 0.11 | 0.36 | 0.16 |
| HSL | 41.05º | 0.48% | 0.69% | - |
| HSV(B) | 41.05º | 0.36% | 0.84% | - |
| XYZ | 50.15 | 52.35 | 31.13 | - |
| YUV | 190.25 | 97.95 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 189 | 137 | 0 | 0.11 | 0.36 | 0.16 | 41.05 | 0.48 | 0.69 |
| Hex | D5 | BD | 89 | 0 | B | 24 | 10 | 29 | 30 | 45 |
| Octal | 325 | 275 | 211 | 0 | 13 | 44 | 20 | 51 | 60 | 105 |
| Binary | 11010101 | 10111101 | 10001001 | 0 | 1011 | 100100 | 10000 | 101001 | 110000 | 1000101 |
Color Harmonies of #D5BD89
Complementary color
Monochromatic Colors of #D5BD89
Black with #D5BD89
Text Example
Text Example
White with #D5BD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BD89; }
p { color: rgb(213,189,137); }
H1.HeaderClassName
{
color: #D5BD89;
}
.AnyTagClassName
{
color: #D5BD89;
}
</style>
background-color css
<style>
a { background-color: #D5BD89; }
a { background-color: rgb(213,189,137); }
div.DivClassName
{
background-color: #D5BD89;
}
.BgClassName
{
background-color: #D5BD89;
}
</style>
border-color css
<style>
span { border-color: #D5BD89; }
span { border-color: rgb(213,189,137); }
td.TdClassName
{
border-color: #D5BD89;
}
.TagClassName
{
border-color: #D5BD89;
}
</style>