Shades of Straw #D5B97B
Tints of Straw #D5B97B
RGB
CMYK
RGB Variations
Color information
#D5B97B (or 0xD5B97B) is known color: Straw. HEX triplet: D5, B9 and 7B. RGB value is (213,185,123). Sum of RGB (Red+Green+Blue) = 213+185+123=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 185 (72.66% from 255 or 35.51% from 521); Blue value is 123 (48.44% from 255 or 23.61% from 521); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B97B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B97B is #2A4684. Grayscale: #BABABA. Windows color (decimal): -2770565 or 8108501. OLE color: 8108501.
HSL color Cylindrical-coordinate representation of color #D5B97B: hue angle of 41.33º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D5B97B is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 185 | 123 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.16 |
| HSL | 41.33º | 0.52% | 0.66% | - |
| HSV(B) | 41.33º | 0.42% | 0.84% | - |
| XYZ | 48.36 | 50.27 | 25.89 | - |
| YUV | 186.3 | 92.28 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 185 | 123 | 0 | 0.13 | 0.42 | 0.16 | 41.33 | 0.52 | 0.66 |
| Hex | D5 | B9 | 7B | 0 | D | 2A | 10 | 29 | 34 | 42 |
| Octal | 325 | 271 | 173 | 0 | 15 | 52 | 20 | 51 | 64 | 102 |
| Binary | 11010101 | 10111001 | 1111011 | 0 | 1101 | 101010 | 10000 | 101001 | 110100 | 1000010 |
Color Harmonies of #D5B97B
Complementary color
Monochromatic Colors of #D5B97B
Black with #D5B97B
Text Example
Text Example
White with #D5B97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B97B; }
p { color: rgb(213,185,123); }
H1.HeaderClassName
{
color: #D5B97B;
}
.AnyTagClassName
{
color: #D5B97B;
}
</style>
background-color css
<style>
a { background-color: #D5B97B; }
a { background-color: rgb(213,185,123); }
div.DivClassName
{
background-color: #D5B97B;
}
.BgClassName
{
background-color: #D5B97B;
}
</style>
border-color css
<style>
span { border-color: #D5B97B; }
span { border-color: rgb(213,185,123); }
td.TdClassName
{
border-color: #D5B97B;
}
.TagClassName
{
border-color: #D5B97B;
}
</style>