Shades of Straw #D2B57D
Tints of Straw #D2B57D
RGB
CMYK
RGB Variations
Color information
#D2B57D (or 0xD2B57D) is known color: Straw. HEX triplet: D2, B5 and 7D. RGB value is (210,181,125). Sum of RGB (Red+Green+Blue) = 210+181+125=516 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.70% from 516); Green value is 181 (71.09% from 255 or 35.08% from 516); Blue value is 125 (49.22% from 255 or 24.22% from 516); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B57D is #2D4A82. Grayscale: #B7B7B7. Windows color (decimal): -2968195 or 8238546. OLE color: 8238546.
HSL color Cylindrical-coordinate representation of color #D2B57D: hue angle of 39.53º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D2B57D is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 181 | 125 | - |
| CMYK | 0 | 0.14 | 0.40 | 0.18 |
| HSL | 39.53º | 0.49% | 0.66% | - |
| HSV(B) | 39.53º | 0.4% | 0.82% | - |
| XYZ | 46.8 | 48.23 | 26.24 | - |
| YUV | 183.29 | 95.11 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 181 | 125 | 0 | 0.14 | 0.40 | 0.18 | 39.53 | 0.49 | 0.66 |
| Hex | D2 | B5 | 7D | 0 | E | 28 | 12 | 28 | 31 | 42 |
| Octal | 322 | 265 | 175 | 0 | 16 | 50 | 22 | 50 | 61 | 102 |
| Binary | 11010010 | 10110101 | 1111101 | 0 | 1110 | 101000 | 10010 | 101000 | 110001 | 1000010 |
Color Harmonies of #D2B57D
Complementary color
Monochromatic Colors of #D2B57D
Black with #D2B57D
Text Example
Text Example
White with #D2B57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B57D; }
p { color: rgb(210,181,125); }
H1.HeaderClassName
{
color: #D2B57D;
}
.AnyTagClassName
{
color: #D2B57D;
}
</style>
background-color css
<style>
a { background-color: #D2B57D; }
a { background-color: rgb(210,181,125); }
div.DivClassName
{
background-color: #D2B57D;
}
.BgClassName
{
background-color: #D2B57D;
}
</style>
border-color css
<style>
span { border-color: #D2B57D; }
span { border-color: rgb(210,181,125); }
td.TdClassName
{
border-color: #D2B57D;
}
.TagClassName
{
border-color: #D2B57D;
}
</style>