Shades of Straw #D2B87D
Tints of Straw #D2B87D
RGB
CMYK
RGB Variations
Color information
#D2B87D (or 0xD2B87D) is known color: Straw. HEX triplet: D2, B8 and 7D. RGB value is (210,184,125). Sum of RGB (Red+Green+Blue) = 210+184+125=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 184 (72.27% from 255 or 35.45% from 519); Blue value is 125 (49.22% from 255 or 24.08% from 519); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B87D is #2D4782. Grayscale: #B9B9B9. Windows color (decimal): -2967427 or 8239314. OLE color: 8239314.
HSL color Cylindrical-coordinate representation of color #D2B87D: hue angle of 41.65º 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 #D2B87D is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 184 | 125 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.18 |
| HSL | 41.65º | 0.49% | 0.66% | - |
| HSV(B) | 41.65º | 0.4% | 0.82% | - |
| XYZ | 47.42 | 49.46 | 26.45 | - |
| YUV | 185.05 | 94.11 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 184 | 125 | 0 | 0.12 | 0.40 | 0.18 | 41.65 | 0.49 | 0.66 |
| Hex | D2 | B8 | 7D | 0 | C | 28 | 12 | 2A | 31 | 42 |
| Octal | 322 | 270 | 175 | 0 | 14 | 50 | 22 | 52 | 61 | 102 |
| Binary | 11010010 | 10111000 | 1111101 | 0 | 1100 | 101000 | 10010 | 101010 | 110001 | 1000010 |
Color Harmonies of #D2B87D
Complementary color
Monochromatic Colors of #D2B87D
Black with #D2B87D
Text Example
Text Example
White with #D2B87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B87D; }
p { color: rgb(210,184,125); }
H1.HeaderClassName
{
color: #D2B87D;
}
.AnyTagClassName
{
color: #D2B87D;
}
</style>
background-color css
<style>
a { background-color: #D2B87D; }
a { background-color: rgb(210,184,125); }
div.DivClassName
{
background-color: #D2B87D;
}
.BgClassName
{
background-color: #D2B87D;
}
</style>
border-color css
<style>
span { border-color: #D2B87D; }
span { border-color: rgb(210,184,125); }
td.TdClassName
{
border-color: #D2B87D;
}
.TagClassName
{
border-color: #D2B87D;
}
</style>