Shades of Straw #DAC07A
Tints of Straw #DAC07A
RGB
CMYK
RGB Variations
Color information
#DAC07A (or 0xDAC07A) is known color: Straw. HEX triplet: DA, C0 and 7A. RGB value is (218,192,122). Sum of RGB (Red+Green+Blue) = 218+192+122=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 192 (75.39% from 255 or 36.09% from 532); Blue value is 122 (48.05% from 255 or 22.93% from 532); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC07A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC07A is #253F85. Grayscale: #C0C0C0. Windows color (decimal): -2441094 or 8044762. OLE color: 8044762.
HSL color Cylindrical-coordinate representation of color #DAC07A: hue angle of 43.75º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DAC07A is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 192 | 122 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.15 |
| HSL | 43.75º | 0.56% | 0.67% | - |
| HSV(B) | 43.75º | 0.44% | 0.85% | - |
| XYZ | 51.28 | 54.01 | 26.13 | - |
| YUV | 191.79 | 88.61 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 122 | 0 | 0.12 | 0.44 | 0.15 | 43.75 | 0.56 | 0.67 |
| Hex | DA | C0 | 7A | 0 | C | 2C | F | 2C | 38 | 43 |
| Octal | 332 | 300 | 172 | 0 | 14 | 54 | 17 | 54 | 70 | 103 |
| Binary | 11011010 | 11000000 | 1111010 | 0 | 1100 | 101100 | 1111 | 101100 | 111000 | 1000011 |
Color Harmonies of #DAC07A
Complementary color
Monochromatic Colors of #DAC07A
Black with #DAC07A
Text Example
Text Example
White with #DAC07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC07A; }
p { color: rgb(218,192,122); }
H1.HeaderClassName
{
color: #DAC07A;
}
.AnyTagClassName
{
color: #DAC07A;
}
</style>
background-color css
<style>
a { background-color: #DAC07A; }
a { background-color: rgb(218,192,122); }
div.DivClassName
{
background-color: #DAC07A;
}
.BgClassName
{
background-color: #DAC07A;
}
</style>
border-color css
<style>
span { border-color: #DAC07A; }
span { border-color: rgb(218,192,122); }
td.TdClassName
{
border-color: #DAC07A;
}
.TagClassName
{
border-color: #DAC07A;
}
</style>