Shades of Straw #D7BD89
Tints of Straw #D7BD89
RGB
CMYK
RGB Variations
Color information
#D7BD89 (or 0xD7BD89) is known color: Straw. HEX triplet: D7, BD and 89. RGB value is (215,189,137). Sum of RGB (Red+Green+Blue) = 215+189+137=541 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.74% from 541); Green value is 189 (74.22% from 255 or 34.94% from 541); Blue value is 137 (53.91% from 255 or 25.32% from 541); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BD89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BD89 is #284276. Grayscale: #BFBFBF. Windows color (decimal): -2638455 or 9027031. OLE color: 9027031.
HSL color Cylindrical-coordinate representation of color #D7BD89: hue angle of 40º degrees, saturation: 0.49, 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 #D7BD89 is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 189 | 137 | - |
| CMYK | 0 | 0.12 | 0.36 | 0.16 |
| HSL | 40º | 0.49% | 0.69% | - |
| HSV(B) | 40º | 0.36% | 0.84% | - |
| XYZ | 50.74 | 52.65 | 31.15 | - |
| YUV | 190.85 | 97.61 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 189 | 137 | 0 | 0.12 | 0.36 | 0.16 | 40 | 0.49 | 0.69 |
| Hex | D7 | BD | 89 | 0 | C | 24 | 10 | 28 | 31 | 45 |
| Octal | 327 | 275 | 211 | 0 | 14 | 44 | 20 | 50 | 61 | 105 |
| Binary | 11010111 | 10111101 | 10001001 | 0 | 1100 | 100100 | 10000 | 101000 | 110001 | 1000101 |
Color Harmonies of #D7BD89
Complementary color
Monochromatic Colors of #D7BD89
Black with #D7BD89
Text Example
Text Example
White with #D7BD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BD89; }
p { color: rgb(215,189,137); }
H1.HeaderClassName
{
color: #D7BD89;
}
.AnyTagClassName
{
color: #D7BD89;
}
</style>
background-color css
<style>
a { background-color: #D7BD89; }
a { background-color: rgb(215,189,137); }
div.DivClassName
{
background-color: #D7BD89;
}
.BgClassName
{
background-color: #D7BD89;
}
</style>
border-color css
<style>
span { border-color: #D7BD89; }
span { border-color: rgb(215,189,137); }
td.TdClassName
{
border-color: #D7BD89;
}
.TagClassName
{
border-color: #D7BD89;
}
</style>