Shades of Straw #DAC080
Tints of Straw #DAC080
RGB
CMYK
RGB Variations
Color information
#DAC080 (or 0xDAC080) is known color: Straw. HEX triplet: DA, C0 and 80. RGB value is (218,192,128). Sum of RGB (Red+Green+Blue) = 218+192+128=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 192 (75.39% from 255 or 35.69% from 538); Blue value is 128 (50.39% from 255 or 23.79% from 538); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC080 is #253F7F. Grayscale: #C0C0C0. Windows color (decimal): -2441088 or 8437978. OLE color: 8437978.
HSL color Cylindrical-coordinate representation of color #DAC080: hue angle of 42.67º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DAC080 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 192 | 128 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.15 |
| HSL | 42.67º | 0.55% | 0.68% | - |
| HSV(B) | 42.67º | 0.41% | 0.85% | - |
| XYZ | 51.66 | 54.16 | 28.15 | - |
| YUV | 192.48 | 91.61 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 128 | 0 | 0.12 | 0.41 | 0.15 | 42.67 | 0.55 | 0.68 |
| Hex | DA | C0 | 80 | 0 | C | 29 | F | 2B | 37 | 44 |
| Octal | 332 | 300 | 200 | 0 | 14 | 51 | 17 | 53 | 67 | 104 |
| Binary | 11011010 | 11000000 | 10000000 | 0 | 1100 | 101001 | 1111 | 101011 | 110111 | 1000100 |
Color Harmonies of #DAC080
Complementary color
Monochromatic Colors of #DAC080
Black with #DAC080
Text Example
Text Example
White with #DAC080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC080; }
p { color: rgb(218,192,128); }
H1.HeaderClassName
{
color: #DAC080;
}
.AnyTagClassName
{
color: #DAC080;
}
</style>
background-color css
<style>
a { background-color: #DAC080; }
a { background-color: rgb(218,192,128); }
div.DivClassName
{
background-color: #DAC080;
}
.BgClassName
{
background-color: #DAC080;
}
</style>
border-color css
<style>
span { border-color: #DAC080; }
span { border-color: rgb(218,192,128); }
td.TdClassName
{
border-color: #DAC080;
}
.TagClassName
{
border-color: #DAC080;
}
</style>