Shades of Straw #DAC082
Tints of Straw #DAC082
RGB
CMYK
RGB Variations
Color information
#DAC082 (or 0xDAC082) is known color: Straw. HEX triplet: DA, C0 and 82. RGB value is (218,192,130). Sum of RGB (Red+Green+Blue) = 218+192+130=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 192 (75.39% from 255 or 35.56% from 540); Blue value is 130 (51.17% from 255 or 24.07% from 540); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC082 is #253F7D. Grayscale: #C0C0C0. Windows color (decimal): -2441086 or 8569050. OLE color: 8569050.
HSL color Cylindrical-coordinate representation of color #DAC082: hue angle of 42.27º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DAC082 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 192 | 130 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.15 |
| HSL | 42.27º | 0.54% | 0.68% | - |
| HSV(B) | 42.27º | 0.4% | 0.85% | - |
| XYZ | 51.79 | 54.22 | 28.85 | - |
| YUV | 192.71 | 92.61 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 130 | 0 | 0.12 | 0.40 | 0.15 | 42.27 | 0.54 | 0.68 |
| Hex | DA | C0 | 82 | 0 | C | 28 | F | 2A | 36 | 44 |
| Octal | 332 | 300 | 202 | 0 | 14 | 50 | 17 | 52 | 66 | 104 |
| Binary | 11011010 | 11000000 | 10000010 | 0 | 1100 | 101000 | 1111 | 101010 | 110110 | 1000100 |
Color Harmonies of #DAC082
Complementary color
Monochromatic Colors of #DAC082
Black with #DAC082
Text Example
Text Example
White with #DAC082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC082; }
p { color: rgb(218,192,130); }
H1.HeaderClassName
{
color: #DAC082;
}
.AnyTagClassName
{
color: #DAC082;
}
</style>
background-color css
<style>
a { background-color: #DAC082; }
a { background-color: rgb(218,192,130); }
div.DivClassName
{
background-color: #DAC082;
}
.BgClassName
{
background-color: #DAC082;
}
</style>
border-color css
<style>
span { border-color: #DAC082; }
span { border-color: rgb(218,192,130); }
td.TdClassName
{
border-color: #DAC082;
}
.TagClassName
{
border-color: #DAC082;
}
</style>