Shades of Galliano #DAA812
Tints of Galliano #DAA812
RGB
CMYK
RGB Variations
Color information
#DAA812 (or 0xDAA812) is known color: Galliano. HEX triplet: DA, A8 and 12. RGB value is (218,168,18). Sum of RGB (Red+Green+Blue) = 218+168+18=404 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.96% from 404); Green value is 168 (66.02% from 255 or 41.58% from 404); Blue value is 18 (7.42% from 255 or 4.46% from 404); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA812 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA812 is #2557ED. Grayscale: #A6A6A6. Windows color (decimal): -2447342 or 1222874. OLE color: 1222874.
HSL color Cylindrical-coordinate representation of color #DAA812: hue angle of 45º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DAA812 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 168 | 18 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.15 |
| HSL | 45º | 0.85% | 0.46% | - |
| HSV(B) | 45º | 0.92% | 0.85% | - |
| XYZ | 43.03 | 42.95 | 6.6 | - |
| YUV | 165.85 | 44.57 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 168 | 18 | 0 | 0.23 | 0.92 | 0.15 | 45 | 0.85 | 0.46 |
| Hex | DA | A8 | 12 | 0 | 17 | 5C | F | 2D | 55 | 2E |
| Octal | 332 | 250 | 22 | 0 | 27 | 134 | 17 | 55 | 125 | 56 |
| Binary | 11011010 | 10101000 | 10010 | 0 | 10111 | 1011100 | 1111 | 101101 | 1010101 | 101110 |
Color Harmonies of #DAA812
Complementary color
Monochromatic Colors of #DAA812
Black with #DAA812
Text Example
Text Example
White with #DAA812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA812; }
p { color: rgb(218,168,18); }
H1.HeaderClassName
{
color: #DAA812;
}
.AnyTagClassName
{
color: #DAA812;
}
</style>
background-color css
<style>
a { background-color: #DAA812; }
a { background-color: rgb(218,168,18); }
div.DivClassName
{
background-color: #DAA812;
}
.BgClassName
{
background-color: #DAA812;
}
</style>
border-color css
<style>
span { border-color: #DAA812; }
span { border-color: rgb(218,168,18); }
td.TdClassName
{
border-color: #DAA812;
}
.TagClassName
{
border-color: #DAA812;
}
</style>