Shades of Straw #D2B97D
Tints of Straw #D2B97D
RGB
CMYK
RGB Variations
Color information
#D2B97D (or 0xD2B97D) is known color: Straw. HEX triplet: D2, B9 and 7D. RGB value is (210,185,125). Sum of RGB (Red+Green+Blue) = 210+185+125=520 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.38% from 520); Green value is 185 (72.66% from 255 or 35.58% from 520); Blue value is 125 (49.22% from 255 or 24.04% from 520); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B97D is #2D4682. Grayscale: #B9B9B9. Windows color (decimal): -2967171 or 8239570. OLE color: 8239570.
HSL color Cylindrical-coordinate representation of color #D2B97D: hue angle of 42.35º 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 #D2B97D is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 185 | 125 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.18 |
| HSL | 42.35º | 0.49% | 0.66% | - |
| HSV(B) | 42.35º | 0.4% | 0.82% | - |
| XYZ | 47.63 | 49.88 | 26.52 | - |
| YUV | 185.64 | 93.78 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 185 | 125 | 0 | 0.12 | 0.40 | 0.18 | 42.35 | 0.49 | 0.66 |
| Hex | D2 | B9 | 7D | 0 | C | 28 | 12 | 2A | 31 | 42 |
| Octal | 322 | 271 | 175 | 0 | 14 | 50 | 22 | 52 | 61 | 102 |
| Binary | 11010010 | 10111001 | 1111101 | 0 | 1100 | 101000 | 10010 | 101010 | 110001 | 1000010 |
Color Harmonies of #D2B97D
Complementary color
Monochromatic Colors of #D2B97D
Black with #D2B97D
Text Example
Text Example
White with #D2B97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B97D; }
p { color: rgb(210,185,125); }
H1.HeaderClassName
{
color: #D2B97D;
}
.AnyTagClassName
{
color: #D2B97D;
}
</style>
background-color css
<style>
a { background-color: #D2B97D; }
a { background-color: rgb(210,185,125); }
div.DivClassName
{
background-color: #D2B97D;
}
.BgClassName
{
background-color: #D2B97D;
}
</style>
border-color css
<style>
span { border-color: #D2B97D; }
span { border-color: rgb(210,185,125); }
td.TdClassName
{
border-color: #D2B97D;
}
.TagClassName
{
border-color: #D2B97D;
}
</style>