Shades of Straw #D6B87E
Tints of Straw #D6B87E
RGB
CMYK
RGB Variations
Color information
#D6B87E (or 0xD6B87E) is known color: Straw. HEX triplet: D6, B8 and 7E. RGB value is (214,184,126). Sum of RGB (Red+Green+Blue) = 214+184+126=524 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.84% from 524); Green value is 184 (72.27% from 255 or 35.11% from 524); Blue value is 126 (49.61% from 255 or 24.05% from 524); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B87E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B87E is #294781. Grayscale: #BABABA. Windows color (decimal): -2705282 or 8304854. OLE color: 8304854.
HSL color Cylindrical-coordinate representation of color #D6B87E: hue angle of 39.55º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D6B87E is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 184 | 126 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.16 |
| HSL | 39.55º | 0.52% | 0.67% | - |
| HSV(B) | 39.55º | 0.41% | 0.84% | - |
| XYZ | 48.64 | 50.08 | 26.84 | - |
| YUV | 186.36 | 93.94 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 184 | 126 | 0 | 0.14 | 0.41 | 0.16 | 39.55 | 0.52 | 0.67 |
| Hex | D6 | B8 | 7E | 0 | E | 29 | 10 | 28 | 34 | 43 |
| Octal | 326 | 270 | 176 | 0 | 16 | 51 | 20 | 50 | 64 | 103 |
| Binary | 11010110 | 10111000 | 1111110 | 0 | 1110 | 101001 | 10000 | 101000 | 110100 | 1000011 |
Color Harmonies of #D6B87E
Complementary color
Monochromatic Colors of #D6B87E
Black with #D6B87E
Text Example
Text Example
White with #D6B87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B87E; }
p { color: rgb(214,184,126); }
H1.HeaderClassName
{
color: #D6B87E;
}
.AnyTagClassName
{
color: #D6B87E;
}
</style>
background-color css
<style>
a { background-color: #D6B87E; }
a { background-color: rgb(214,184,126); }
div.DivClassName
{
background-color: #D6B87E;
}
.BgClassName
{
background-color: #D6B87E;
}
</style>
border-color css
<style>
span { border-color: #D6B87E; }
span { border-color: rgb(214,184,126); }
td.TdClassName
{
border-color: #D6B87E;
}
.TagClassName
{
border-color: #D6B87E;
}
</style>