Shades of Straw #D4B87B
Tints of Straw #D4B87B
RGB
CMYK
RGB Variations
Color information
#D4B87B (or 0xD4B87B) is known color: Straw. HEX triplet: D4, B8 and 7B. RGB value is (212,184,123). Sum of RGB (Red+Green+Blue) = 212+184+123=519 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.85% from 519); Green value is 184 (72.27% from 255 or 35.45% from 519); Blue value is 123 (48.44% from 255 or 23.70% from 519); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B87B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4B87B is #2B4784. Grayscale: #B9B9B9. Windows color (decimal): -2836357 or 8108244. OLE color: 8108244.
HSL color Cylindrical-coordinate representation of color #D4B87B: hue angle of 41.12º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D4B87B is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 184 | 123 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.17 |
| HSL | 41.12º | 0.51% | 0.66% | - |
| HSV(B) | 41.12º | 0.42% | 0.83% | - |
| XYZ | 47.87 | 49.71 | 25.81 | - |
| YUV | 185.42 | 92.78 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 184 | 123 | 0 | 0.13 | 0.42 | 0.17 | 41.12 | 0.51 | 0.66 |
| Hex | D4 | B8 | 7B | 0 | D | 2A | 11 | 29 | 33 | 42 |
| Octal | 324 | 270 | 173 | 0 | 15 | 52 | 21 | 51 | 63 | 102 |
| Binary | 11010100 | 10111000 | 1111011 | 0 | 1101 | 101010 | 10001 | 101001 | 110011 | 1000010 |
Color Harmonies of #D4B87B
Complementary color
Monochromatic Colors of #D4B87B
Black with #D4B87B
Text Example
Text Example
White with #D4B87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B87B; }
p { color: rgb(212,184,123); }
H1.HeaderClassName
{
color: #D4B87B;
}
.AnyTagClassName
{
color: #D4B87B;
}
</style>
background-color css
<style>
a { background-color: #D4B87B; }
a { background-color: rgb(212,184,123); }
div.DivClassName
{
background-color: #D4B87B;
}
.BgClassName
{
background-color: #D4B87B;
}
</style>
border-color css
<style>
span { border-color: #D4B87B; }
span { border-color: rgb(212,184,123); }
td.TdClassName
{
border-color: #D4B87B;
}
.TagClassName
{
border-color: #D4B87B;
}
</style>