Shades of Straw #DAC081
Tints of Straw #DAC081
RGB
CMYK
RGB Variations
Color information
#DAC081 (or 0xDAC081) is known color: Straw. HEX triplet: DA, C0 and 81. RGB value is (218,192,129). Sum of RGB (Red+Green+Blue) = 218+192+129=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 192 (75.39% from 255 or 35.62% from 539); Blue value is 129 (50.78% from 255 or 23.93% from 539); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC081 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC081 is #253F7E. Grayscale: #C0C0C0. Windows color (decimal): -2441087 or 8503514. OLE color: 8503514.
HSL color Cylindrical-coordinate representation of color #DAC081: hue angle of 42.47º 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 #DAC081 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 192 | 129 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.15 |
| HSL | 42.47º | 0.55% | 0.68% | - |
| HSV(B) | 42.47º | 0.41% | 0.85% | - |
| XYZ | 51.73 | 54.19 | 28.5 | - |
| YUV | 192.59 | 92.11 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 129 | 0 | 0.12 | 0.41 | 0.15 | 42.47 | 0.55 | 0.68 |
| Hex | DA | C0 | 81 | 0 | C | 29 | F | 2A | 37 | 44 |
| Octal | 332 | 300 | 201 | 0 | 14 | 51 | 17 | 52 | 67 | 104 |
| Binary | 11011010 | 11000000 | 10000001 | 0 | 1100 | 101001 | 1111 | 101010 | 110111 | 1000100 |
Color Harmonies of #DAC081
Complementary color
Monochromatic Colors of #DAC081
Black with #DAC081
Text Example
Text Example
White with #DAC081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC081; }
p { color: rgb(218,192,129); }
H1.HeaderClassName
{
color: #DAC081;
}
.AnyTagClassName
{
color: #DAC081;
}
</style>
background-color css
<style>
a { background-color: #DAC081; }
a { background-color: rgb(218,192,129); }
div.DivClassName
{
background-color: #DAC081;
}
.BgClassName
{
background-color: #DAC081;
}
</style>
border-color css
<style>
span { border-color: #DAC081; }
span { border-color: rgb(218,192,129); }
td.TdClassName
{
border-color: #DAC081;
}
.TagClassName
{
border-color: #DAC081;
}
</style>