Shades of Straw #D2B87C
Tints of Straw #D2B87C
RGB
CMYK
RGB Variations
Color information
#D2B87C (or 0xD2B87C) is known color: Straw. HEX triplet: D2, B8 and 7C. RGB value is (210,184,124). Sum of RGB (Red+Green+Blue) = 210+184+124=518 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.54% from 518); Green value is 184 (72.27% from 255 or 35.52% from 518); Blue value is 124 (48.83% from 255 or 23.94% from 518); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B87C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B87C is #2D4783. Grayscale: #B9B9B9. Windows color (decimal): -2967428 or 8173778. OLE color: 8173778.
HSL color Cylindrical-coordinate representation of color #D2B87C: hue angle of 41.86º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D2B87C is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 184 | 124 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.18 |
| HSL | 41.86º | 0.49% | 0.65% | - |
| HSV(B) | 41.86º | 0.41% | 0.82% | - |
| XYZ | 47.36 | 49.44 | 26.12 | - |
| YUV | 184.93 | 93.61 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 184 | 124 | 0 | 0.12 | 0.41 | 0.18 | 41.86 | 0.49 | 0.65 |
| Hex | D2 | B8 | 7C | 0 | C | 29 | 12 | 2A | 31 | 41 |
| Octal | 322 | 270 | 174 | 0 | 14 | 51 | 22 | 52 | 61 | 101 |
| Binary | 11010010 | 10111000 | 1111100 | 0 | 1100 | 101001 | 10010 | 101010 | 110001 | 1000001 |
Color Harmonies of #D2B87C
Complementary color
Monochromatic Colors of #D2B87C
Black with #D2B87C
Text Example
Text Example
White with #D2B87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B87C; }
p { color: rgb(210,184,124); }
H1.HeaderClassName
{
color: #D2B87C;
}
.AnyTagClassName
{
color: #D2B87C;
}
</style>
background-color css
<style>
a { background-color: #D2B87C; }
a { background-color: rgb(210,184,124); }
div.DivClassName
{
background-color: #D2B87C;
}
.BgClassName
{
background-color: #D2B87C;
}
</style>
border-color css
<style>
span { border-color: #D2B87C; }
span { border-color: rgb(210,184,124); }
td.TdClassName
{
border-color: #D2B87C;
}
.TagClassName
{
border-color: #D2B87C;
}
</style>