Shades of Galliano #DAA12C
Tints of Galliano #DAA12C
RGB
CMYK
RGB Variations
Color information
#DAA12C (or 0xDAA12C) is known color: Galliano. HEX triplet: DA, A1 and 2C. RGB value is (218,161,44). Sum of RGB (Red+Green+Blue) = 218+161+44=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 161 (63.28% from 255 or 38.06% from 423); Blue value is 44 (17.58% from 255 or 10.40% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA12C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA12C is #255ED3. Grayscale: #A5A5A5. Windows color (decimal): -2449108 or 2925018. OLE color: 2925018.
HSL color Cylindrical-coordinate representation of color #DAA12C: hue angle of 40.34º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DAA12C is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 161 | 44 | - |
| CMYK | 0 | 0.26 | 0.80 | 0.15 |
| HSL | 40.34º | 0.7% | 0.51% | - |
| HSV(B) | 40.34º | 0.8% | 0.85% | - |
| XYZ | 42.11 | 40.58 | 8 | - |
| YUV | 164.71 | 59.88 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 161 | 44 | 0 | 0.26 | 0.80 | 0.15 | 40.34 | 0.7 | 0.51 |
| Hex | DA | A1 | 2C | 0 | 1A | 50 | F | 28 | 46 | 33 |
| Octal | 332 | 241 | 54 | 0 | 32 | 120 | 17 | 50 | 106 | 63 |
| Binary | 11011010 | 10100001 | 101100 | 0 | 11010 | 1010000 | 1111 | 101000 | 1000110 | 110011 |
Color Harmonies of #DAA12C
Complementary color
Monochromatic Colors of #DAA12C
Black with #DAA12C
Text Example
Text Example
White with #DAA12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA12C; }
p { color: rgb(218,161,44); }
H1.HeaderClassName
{
color: #DAA12C;
}
.AnyTagClassName
{
color: #DAA12C;
}
</style>
background-color css
<style>
a { background-color: #DAA12C; }
a { background-color: rgb(218,161,44); }
div.DivClassName
{
background-color: #DAA12C;
}
.BgClassName
{
background-color: #DAA12C;
}
</style>
border-color css
<style>
span { border-color: #DAA12C; }
span { border-color: rgb(218,161,44); }
td.TdClassName
{
border-color: #DAA12C;
}
.TagClassName
{
border-color: #DAA12C;
}
</style>