Shades of Straw #D6C089
Tints of Straw #D6C089
RGB
CMYK
RGB Variations
Color information
#D6C089 (or 0xD6C089) is known color: Straw. HEX triplet: D6, C0 and 89. RGB value is (214,192,137). Sum of RGB (Red+Green+Blue) = 214+192+137=543 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.41% from 543); Green value is 192 (75.39% from 255 or 35.36% from 543); Blue value is 137 (53.91% from 255 or 25.23% from 543); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C089 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C089 is #293F76. Grayscale: #C0C0C0. Windows color (decimal): -2703223 or 9027798. OLE color: 9027798.
HSL color Cylindrical-coordinate representation of color #D6C089: hue angle of 42.86º 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 #D6C089 is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 192 | 137 | - |
| CMYK | 0 | 0.10 | 0.36 | 0.16 |
| HSL | 42.86º | 0.48% | 0.69% | - |
| HSV(B) | 42.86º | 0.36% | 0.84% | - |
| XYZ | 51.1 | 53.8 | 31.36 | - |
| YUV | 192.31 | 96.79 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 192 | 137 | 0 | 0.10 | 0.36 | 0.16 | 42.86 | 0.48 | 0.69 |
| Hex | D6 | C0 | 89 | 0 | A | 24 | 10 | 2B | 30 | 45 |
| Octal | 326 | 300 | 211 | 0 | 12 | 44 | 20 | 53 | 60 | 105 |
| Binary | 11010110 | 11000000 | 10001001 | 0 | 1010 | 100100 | 10000 | 101011 | 110000 | 1000101 |
Color Harmonies of #D6C089
Complementary color
Monochromatic Colors of #D6C089
Black with #D6C089
Text Example
Text Example
White with #D6C089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C089; }
p { color: rgb(214,192,137); }
H1.HeaderClassName
{
color: #D6C089;
}
.AnyTagClassName
{
color: #D6C089;
}
</style>
background-color css
<style>
a { background-color: #D6C089; }
a { background-color: rgb(214,192,137); }
div.DivClassName
{
background-color: #D6C089;
}
.BgClassName
{
background-color: #D6C089;
}
</style>
border-color css
<style>
span { border-color: #D6C089; }
span { border-color: rgb(214,192,137); }
td.TdClassName
{
border-color: #D6C089;
}
.TagClassName
{
border-color: #D6C089;
}
</style>