Shades of Straw #D6B885
Tints of Straw #D6B885
RGB
CMYK
RGB Variations
Color information
#D6B885 (or 0xD6B885) is known color: Straw. HEX triplet: D6, B8 and 85. RGB value is (214,184,133). Sum of RGB (Red+Green+Blue) = 214+184+133=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 184 (72.27% from 255 or 34.65% from 531); Blue value is 133 (52.34% from 255 or 25.05% from 531); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B885 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B885 is #29477A. Grayscale: #BBBBBB. Windows color (decimal): -2705275 or 8763606. OLE color: 8763606.
HSL color Cylindrical-coordinate representation of color #D6B885: hue angle of 37.78º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D6B885 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 184 | 133 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.16 |
| HSL | 37.78º | 0.5% | 0.68% | - |
| HSV(B) | 37.78º | 0.38% | 0.84% | - |
| XYZ | 49.11 | 50.27 | 29.31 | - |
| YUV | 187.16 | 97.44 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 184 | 133 | 0 | 0.14 | 0.38 | 0.16 | 37.78 | 0.5 | 0.68 |
| Hex | D6 | B8 | 85 | 0 | E | 26 | 10 | 26 | 32 | 44 |
| Octal | 326 | 270 | 205 | 0 | 16 | 46 | 20 | 46 | 62 | 104 |
| Binary | 11010110 | 10111000 | 10000101 | 0 | 1110 | 100110 | 10000 | 100110 | 110010 | 1000100 |
Color Harmonies of #D6B885
Complementary color
Monochromatic Colors of #D6B885
Black with #D6B885
Text Example
Text Example
White with #D6B885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B885; }
p { color: rgb(214,184,133); }
H1.HeaderClassName
{
color: #D6B885;
}
.AnyTagClassName
{
color: #D6B885;
}
</style>
background-color css
<style>
a { background-color: #D6B885; }
a { background-color: rgb(214,184,133); }
div.DivClassName
{
background-color: #D6B885;
}
.BgClassName
{
background-color: #D6B885;
}
</style>
border-color css
<style>
span { border-color: #D6B885; }
span { border-color: rgb(214,184,133); }
td.TdClassName
{
border-color: #D6B885;
}
.TagClassName
{
border-color: #D6B885;
}
</style>