Shades of Straw #D2B57C
Tints of Straw #D2B57C
RGB
CMYK
RGB Variations
Color information
#D2B57C (or 0xD2B57C) is known color: Straw. HEX triplet: D2, B5 and 7C. RGB value is (210,181,124). Sum of RGB (Red+Green+Blue) = 210+181+124=515 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.78% from 515); Green value is 181 (71.09% from 255 or 35.15% from 515); Blue value is 124 (48.83% from 255 or 24.08% from 515); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B57C is #2D4A83. Grayscale: #B7B7B7. Windows color (decimal): -2968196 or 8173010. OLE color: 8173010.
HSL color Cylindrical-coordinate representation of color #D2B57C: hue angle of 39.77º 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 #D2B57C is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 181 | 124 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.18 |
| HSL | 39.77º | 0.49% | 0.65% | - |
| HSV(B) | 39.77º | 0.41% | 0.82% | - |
| XYZ | 46.74 | 48.2 | 25.91 | - |
| YUV | 183.17 | 94.61 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 181 | 124 | 0 | 0.14 | 0.41 | 0.18 | 39.77 | 0.49 | 0.65 |
| Hex | D2 | B5 | 7C | 0 | E | 29 | 12 | 28 | 31 | 41 |
| Octal | 322 | 265 | 174 | 0 | 16 | 51 | 22 | 50 | 61 | 101 |
| Binary | 11010010 | 10110101 | 1111100 | 0 | 1110 | 101001 | 10010 | 101000 | 110001 | 1000001 |
Color Harmonies of #D2B57C
Complementary color
Monochromatic Colors of #D2B57C
Black with #D2B57C
Text Example
Text Example
White with #D2B57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B57C; }
p { color: rgb(210,181,124); }
H1.HeaderClassName
{
color: #D2B57C;
}
.AnyTagClassName
{
color: #D2B57C;
}
</style>
background-color css
<style>
a { background-color: #D2B57C; }
a { background-color: rgb(210,181,124); }
div.DivClassName
{
background-color: #D2B57C;
}
.BgClassName
{
background-color: #D2B57C;
}
</style>
border-color css
<style>
span { border-color: #D2B57C; }
span { border-color: rgb(210,181,124); }
td.TdClassName
{
border-color: #D2B57C;
}
.TagClassName
{
border-color: #D2B57C;
}
</style>