Shades of Straw #D5B87B
Tints of Straw #D5B87B
RGB
CMYK
RGB Variations
Color information
#D5B87B (or 0xD5B87B) is known color: Straw. HEX triplet: D5, B8 and 7B. RGB value is (213,184,123). Sum of RGB (Red+Green+Blue) = 213+184+123=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 184 (72.27% from 255 or 35.38% from 520); Blue value is 123 (48.44% from 255 or 23.65% from 520); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B87B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B87B is #2A4784. Grayscale: #B9B9B9. Windows color (decimal): -2770821 or 8108245. OLE color: 8108245.
HSL color Cylindrical-coordinate representation of color #D5B87B: hue angle of 40.67º 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 #D5B87B is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 184 | 123 | - |
| CMYK | 0 | 0.14 | 0.42 | 0.16 |
| HSL | 40.67º | 0.52% | 0.66% | - |
| HSV(B) | 40.67º | 0.42% | 0.84% | - |
| XYZ | 48.16 | 49.86 | 25.82 | - |
| YUV | 185.72 | 92.61 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 184 | 123 | 0 | 0.14 | 0.42 | 0.16 | 40.67 | 0.52 | 0.66 |
| Hex | D5 | B8 | 7B | 0 | E | 2A | 10 | 29 | 34 | 42 |
| Octal | 325 | 270 | 173 | 0 | 16 | 52 | 20 | 51 | 64 | 102 |
| Binary | 11010101 | 10111000 | 1111011 | 0 | 1110 | 101010 | 10000 | 101001 | 110100 | 1000010 |
Color Harmonies of #D5B87B
Complementary color
Monochromatic Colors of #D5B87B
Black with #D5B87B
Text Example
Text Example
White with #D5B87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B87B; }
p { color: rgb(213,184,123); }
H1.HeaderClassName
{
color: #D5B87B;
}
.AnyTagClassName
{
color: #D5B87B;
}
</style>
background-color css
<style>
a { background-color: #D5B87B; }
a { background-color: rgb(213,184,123); }
div.DivClassName
{
background-color: #D5B87B;
}
.BgClassName
{
background-color: #D5B87B;
}
</style>
border-color css
<style>
span { border-color: #D5B87B; }
span { border-color: rgb(213,184,123); }
td.TdClassName
{
border-color: #D5B87B;
}
.TagClassName
{
border-color: #D5B87B;
}
</style>