Shades of Straw #D1B87D
Tints of Straw #D1B87D
RGB
CMYK
RGB Variations
Color information
#D1B87D (or 0xD1B87D) is known color: Straw. HEX triplet: D1, B8 and 7D. RGB value is (209,184,125). Sum of RGB (Red+Green+Blue) = 209+184+125=518 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.35% from 518); Green value is 184 (72.27% from 255 or 35.52% from 518); Blue value is 125 (49.22% from 255 or 24.13% from 518); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B87D is #2E4782. Grayscale: #B9B9B9. Windows color (decimal): -3032963 or 8239313. OLE color: 8239313.
HSL color Cylindrical-coordinate representation of color #D1B87D: hue angle of 42.14º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D1B87D is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 184 | 125 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.18 |
| HSL | 42.14º | 0.48% | 0.65% | - |
| HSV(B) | 42.14º | 0.4% | 0.82% | - |
| XYZ | 47.14 | 49.32 | 26.44 | - |
| YUV | 184.75 | 94.28 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 184 | 125 | 0 | 0.12 | 0.40 | 0.18 | 42.14 | 0.48 | 0.65 |
| Hex | D1 | B8 | 7D | 0 | C | 28 | 12 | 2A | 30 | 41 |
| Octal | 321 | 270 | 175 | 0 | 14 | 50 | 22 | 52 | 60 | 101 |
| Binary | 11010001 | 10111000 | 1111101 | 0 | 1100 | 101000 | 10010 | 101010 | 110000 | 1000001 |
Color Harmonies of #D1B87D
Complementary color
Monochromatic Colors of #D1B87D
Black with #D1B87D
Text Example
Text Example
White with #D1B87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B87D; }
p { color: rgb(209,184,125); }
H1.HeaderClassName
{
color: #D1B87D;
}
.AnyTagClassName
{
color: #D1B87D;
}
</style>
background-color css
<style>
a { background-color: #D1B87D; }
a { background-color: rgb(209,184,125); }
div.DivClassName
{
background-color: #D1B87D;
}
.BgClassName
{
background-color: #D1B87D;
}
</style>
border-color css
<style>
span { border-color: #D1B87D; }
span { border-color: rgb(209,184,125); }
td.TdClassName
{
border-color: #D1B87D;
}
.TagClassName
{
border-color: #D1B87D;
}
</style>