Shades of Straw #DAC085
Tints of Straw #DAC085
RGB
CMYK
RGB Variations
Color information
#DAC085 (or 0xDAC085) is known color: Straw. HEX triplet: DA, C0 and 85. RGB value is (218,192,133). Sum of RGB (Red+Green+Blue) = 218+192+133=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 192 (75.39% from 255 or 35.36% from 543); Blue value is 133 (52.34% from 255 or 24.49% from 543); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC085 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC085 is #253F7A. Grayscale: #C1C1C1. Windows color (decimal): -2441083 or 8765658. OLE color: 8765658.
HSL color Cylindrical-coordinate representation of color #DAC085: hue angle of 41.65º 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 #DAC085 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 192 | 133 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.15 |
| HSL | 41.65º | 0.53% | 0.69% | - |
| HSV(B) | 41.65º | 0.39% | 0.85% | - |
| XYZ | 52 | 54.3 | 29.93 | - |
| YUV | 193.05 | 94.11 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 133 | 0 | 0.12 | 0.39 | 0.15 | 41.65 | 0.53 | 0.69 |
| Hex | DA | C0 | 85 | 0 | C | 27 | F | 2A | 35 | 45 |
| Octal | 332 | 300 | 205 | 0 | 14 | 47 | 17 | 52 | 65 | 105 |
| Binary | 11011010 | 11000000 | 10000101 | 0 | 1100 | 100111 | 1111 | 101010 | 110101 | 1000101 |
Color Harmonies of #DAC085
Complementary color
Monochromatic Colors of #DAC085
Black with #DAC085
Text Example
Text Example
White with #DAC085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC085; }
p { color: rgb(218,192,133); }
H1.HeaderClassName
{
color: #DAC085;
}
.AnyTagClassName
{
color: #DAC085;
}
</style>
background-color css
<style>
a { background-color: #DAC085; }
a { background-color: rgb(218,192,133); }
div.DivClassName
{
background-color: #DAC085;
}
.BgClassName
{
background-color: #DAC085;
}
</style>
border-color css
<style>
span { border-color: #DAC085; }
span { border-color: rgb(218,192,133); }
td.TdClassName
{
border-color: #DAC085;
}
.TagClassName
{
border-color: #DAC085;
}
</style>