Shades of Straw #DAC086
Tints of Straw #DAC086
RGB
CMYK
RGB Variations
Color information
#DAC086 (or 0xDAC086) is known color: Straw. HEX triplet: DA, C0 and 86. RGB value is (218,192,134). Sum of RGB (Red+Green+Blue) = 218+192+134=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 192 (75.39% from 255 or 35.29% from 544); Blue value is 134 (52.73% from 255 or 24.63% from 544); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC086 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC086 is #253F79. Grayscale: #C1C1C1. Windows color (decimal): -2441082 or 8831194. OLE color: 8831194.
HSL color Cylindrical-coordinate representation of color #DAC086: hue angle of 41.43º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DAC086 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 192 | 134 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.15 |
| HSL | 41.43º | 0.53% | 0.69% | - |
| HSV(B) | 41.43º | 0.39% | 0.85% | - |
| XYZ | 52.07 | 54.33 | 30.3 | - |
| YUV | 193.16 | 94.61 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 134 | 0 | 0.12 | 0.39 | 0.15 | 41.43 | 0.53 | 0.69 |
| Hex | DA | C0 | 86 | 0 | C | 27 | F | 29 | 35 | 45 |
| Octal | 332 | 300 | 206 | 0 | 14 | 47 | 17 | 51 | 65 | 105 |
| Binary | 11011010 | 11000000 | 10000110 | 0 | 1100 | 100111 | 1111 | 101001 | 110101 | 1000101 |
Color Harmonies of #DAC086
Complementary color
Monochromatic Colors of #DAC086
Black with #DAC086
Text Example
Text Example
White with #DAC086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC086; }
p { color: rgb(218,192,134); }
H1.HeaderClassName
{
color: #DAC086;
}
.AnyTagClassName
{
color: #DAC086;
}
</style>
background-color css
<style>
a { background-color: #DAC086; }
a { background-color: rgb(218,192,134); }
div.DivClassName
{
background-color: #DAC086;
}
.BgClassName
{
background-color: #DAC086;
}
</style>
border-color css
<style>
span { border-color: #DAC086; }
span { border-color: rgb(218,192,134); }
td.TdClassName
{
border-color: #DAC086;
}
.TagClassName
{
border-color: #DAC086;
}
</style>