Shades of Straw #DAC087
Tints of Straw #DAC087
RGB
CMYK
RGB Variations
Color information
#DAC087 (or 0xDAC087) is known color: Straw. HEX triplet: DA, C0 and 87. RGB value is (218,192,135). Sum of RGB (Red+Green+Blue) = 218+192+135=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 192 (75.39% from 255 or 35.23% from 545); Blue value is 135 (53.12% from 255 or 24.77% from 545); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC087 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC087 is #253F78. Grayscale: #C1C1C1. Windows color (decimal): -2441081 or 8896730. OLE color: 8896730.
HSL color Cylindrical-coordinate representation of color #DAC087: hue angle of 41.2º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DAC087 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 192 | 135 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.15 |
| HSL | 41.2º | 0.53% | 0.69% | - |
| HSV(B) | 41.2º | 0.38% | 0.85% | - |
| XYZ | 52.14 | 54.35 | 30.67 | - |
| YUV | 193.28 | 95.11 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 135 | 0 | 0.12 | 0.38 | 0.15 | 41.2 | 0.53 | 0.69 |
| Hex | DA | C0 | 87 | 0 | C | 26 | F | 29 | 35 | 45 |
| Octal | 332 | 300 | 207 | 0 | 14 | 46 | 17 | 51 | 65 | 105 |
| Binary | 11011010 | 11000000 | 10000111 | 0 | 1100 | 100110 | 1111 | 101001 | 110101 | 1000101 |
Color Harmonies of #DAC087
Complementary color
Monochromatic Colors of #DAC087
Black with #DAC087
Text Example
Text Example
White with #DAC087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC087; }
p { color: rgb(218,192,135); }
H1.HeaderClassName
{
color: #DAC087;
}
.AnyTagClassName
{
color: #DAC087;
}
</style>
background-color css
<style>
a { background-color: #DAC087; }
a { background-color: rgb(218,192,135); }
div.DivClassName
{
background-color: #DAC087;
}
.BgClassName
{
background-color: #DAC087;
}
</style>
border-color css
<style>
span { border-color: #DAC087; }
span { border-color: rgb(218,192,135); }
td.TdClassName
{
border-color: #DAC087;
}
.TagClassName
{
border-color: #DAC087;
}
</style>