Shades of Galliano #DAA921
Tints of Galliano #DAA921
RGB
CMYK
RGB Variations
Color information
#DAA921 (or 0xDAA921) is known color: Galliano. HEX triplet: DA, A9 and 21. RGB value is (218,169,33). Sum of RGB (Red+Green+Blue) = 218+169+33=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 169 (66.41% from 255 or 40.24% from 420); Blue value is 33 (13.28% from 255 or 7.86% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA921 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA921 is #2556DE. Grayscale: #A8A8A8. Windows color (decimal): -2447071 or 2206170. OLE color: 2206170.
HSL color Cylindrical-coordinate representation of color #DAA921: hue angle of 44.11º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DAA921 is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 169 | 33 | - |
| CMYK | 0 | 0.22 | 0.85 | 0.15 |
| HSL | 44.11º | 0.74% | 0.49% | - |
| HSV(B) | 44.11º | 0.85% | 0.85% | - |
| XYZ | 43.38 | 43.39 | 7.53 | - |
| YUV | 168.15 | 51.73 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 169 | 33 | 0 | 0.22 | 0.85 | 0.15 | 44.11 | 0.74 | 0.49 |
| Hex | DA | A9 | 21 | 0 | 16 | 55 | F | 2C | 4A | 31 |
| Octal | 332 | 251 | 41 | 0 | 26 | 125 | 17 | 54 | 112 | 61 |
| Binary | 11011010 | 10101001 | 100001 | 0 | 10110 | 1010101 | 1111 | 101100 | 1001010 | 110001 |
Color Harmonies of #DAA921
Complementary color
Monochromatic Colors of #DAA921
Black with #DAA921
Text Example
Text Example
White with #DAA921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA921; }
p { color: rgb(218,169,33); }
H1.HeaderClassName
{
color: #DAA921;
}
.AnyTagClassName
{
color: #DAA921;
}
</style>
background-color css
<style>
a { background-color: #DAA921; }
a { background-color: rgb(218,169,33); }
div.DivClassName
{
background-color: #DAA921;
}
.BgClassName
{
background-color: #DAA921;
}
</style>
border-color css
<style>
span { border-color: #DAA921; }
span { border-color: rgb(218,169,33); }
td.TdClassName
{
border-color: #DAA921;
}
.TagClassName
{
border-color: #DAA921;
}
</style>