Shades of Straw #D6BE89
Tints of Straw #D6BE89
RGB
CMYK
RGB Variations
Color information
#D6BE89 (or 0xD6BE89) is known color: Straw. HEX triplet: D6, BE and 89. RGB value is (214,190,137). Sum of RGB (Red+Green+Blue) = 214+190+137=541 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.56% from 541); Green value is 190 (74.61% from 255 or 35.12% from 541); Blue value is 137 (53.91% from 255 or 25.32% from 541); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BE89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BE89 is #294176. Grayscale: #BFBFBF. Windows color (decimal): -2703735 or 9027286. OLE color: 9027286.
HSL color Cylindrical-coordinate representation of color #D6BE89: hue angle of 41.3º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D6BE89 is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 190 | 137 | - |
| CMYK | 0 | 0.11 | 0.36 | 0.16 |
| HSL | 41.3º | 0.48% | 0.69% | - |
| HSV(B) | 41.3º | 0.36% | 0.84% | - |
| XYZ | 50.66 | 52.93 | 31.21 | - |
| YUV | 191.13 | 97.45 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 190 | 137 | 0 | 0.11 | 0.36 | 0.16 | 41.3 | 0.48 | 0.69 |
| Hex | D6 | BE | 89 | 0 | B | 24 | 10 | 29 | 30 | 45 |
| Octal | 326 | 276 | 211 | 0 | 13 | 44 | 20 | 51 | 60 | 105 |
| Binary | 11010110 | 10111110 | 10001001 | 0 | 1011 | 100100 | 10000 | 101001 | 110000 | 1000101 |
Color Harmonies of #D6BE89
Complementary color
Monochromatic Colors of #D6BE89
Black with #D6BE89
Text Example
Text Example
White with #D6BE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BE89; }
p { color: rgb(214,190,137); }
H1.HeaderClassName
{
color: #D6BE89;
}
.AnyTagClassName
{
color: #D6BE89;
}
</style>
background-color css
<style>
a { background-color: #D6BE89; }
a { background-color: rgb(214,190,137); }
div.DivClassName
{
background-color: #D6BE89;
}
.BgClassName
{
background-color: #D6BE89;
}
</style>
border-color css
<style>
span { border-color: #D6BE89; }
span { border-color: rgb(214,190,137); }
td.TdClassName
{
border-color: #D6BE89;
}
.TagClassName
{
border-color: #D6BE89;
}
</style>