Shades of Straw #D6BE85
Tints of Straw #D6BE85
RGB
CMYK
RGB Variations
Color information
#D6BE85 (or 0xD6BE85) is known color: Straw. HEX triplet: D6, BE and 85. RGB value is (214,190,133). Sum of RGB (Red+Green+Blue) = 214+190+133=537 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.85% from 537); Green value is 190 (74.61% from 255 or 35.38% from 537); Blue value is 133 (52.34% from 255 or 24.77% from 537); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BE85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BE85 is #29417A. Grayscale: #BEBEBE. Windows color (decimal): -2703739 or 8765142. OLE color: 8765142.
HSL color Cylindrical-coordinate representation of color #D6BE85: hue angle of 42.22º 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 #D6BE85 is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 190 | 133 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.16 |
| HSL | 42.22º | 0.5% | 0.68% | - |
| HSV(B) | 42.22º | 0.38% | 0.84% | - |
| XYZ | 50.38 | 52.82 | 29.73 | - |
| YUV | 190.68 | 95.45 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 190 | 133 | 0 | 0.11 | 0.38 | 0.16 | 42.22 | 0.5 | 0.68 |
| Hex | D6 | BE | 85 | 0 | B | 26 | 10 | 2A | 32 | 44 |
| Octal | 326 | 276 | 205 | 0 | 13 | 46 | 20 | 52 | 62 | 104 |
| Binary | 11010110 | 10111110 | 10000101 | 0 | 1011 | 100110 | 10000 | 101010 | 110010 | 1000100 |
Color Harmonies of #D6BE85
Complementary color
Monochromatic Colors of #D6BE85
Black with #D6BE85
Text Example
Text Example
White with #D6BE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BE85; }
p { color: rgb(214,190,133); }
H1.HeaderClassName
{
color: #D6BE85;
}
.AnyTagClassName
{
color: #D6BE85;
}
</style>
background-color css
<style>
a { background-color: #D6BE85; }
a { background-color: rgb(214,190,133); }
div.DivClassName
{
background-color: #D6BE85;
}
.BgClassName
{
background-color: #D6BE85;
}
</style>
border-color css
<style>
span { border-color: #D6BE85; }
span { border-color: rgb(214,190,133); }
td.TdClassName
{
border-color: #D6BE85;
}
.TagClassName
{
border-color: #D6BE85;
}
</style>