Shades of Galliano #DAA321
Tints of Galliano #DAA321
RGB
CMYK
RGB Variations
Color information
#DAA321 (or 0xDAA321) is known color: Galliano. HEX triplet: DA, A3 and 21. RGB value is (218,163,33). Sum of RGB (Red+Green+Blue) = 218+163+33=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 163 (64.06% from 255 or 39.37% from 414); Blue value is 33 (13.28% from 255 or 7.97% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA321 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA321 is #255CDE. Grayscale: #A5A5A5. Windows color (decimal): -2448607 or 2204634. OLE color: 2204634.
HSL color Cylindrical-coordinate representation of color #DAA321: hue angle of 42.16º 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 #DAA321 is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 163 | 33 | - |
| CMYK | 0 | 0.25 | 0.85 | 0.15 |
| HSL | 42.16º | 0.74% | 0.49% | - |
| HSV(B) | 42.16º | 0.85% | 0.85% | - |
| XYZ | 42.29 | 41.21 | 7.16 | - |
| YUV | 164.63 | 53.72 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 163 | 33 | 0 | 0.25 | 0.85 | 0.15 | 42.16 | 0.74 | 0.49 |
| Hex | DA | A3 | 21 | 0 | 19 | 55 | F | 2A | 4A | 31 |
| Octal | 332 | 243 | 41 | 0 | 31 | 125 | 17 | 52 | 112 | 61 |
| Binary | 11011010 | 10100011 | 100001 | 0 | 11001 | 1010101 | 1111 | 101010 | 1001010 | 110001 |
Color Harmonies of #DAA321
Complementary color
Monochromatic Colors of #DAA321
Black with #DAA321
Text Example
Text Example
White with #DAA321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA321; }
p { color: rgb(218,163,33); }
H1.HeaderClassName
{
color: #DAA321;
}
.AnyTagClassName
{
color: #DAA321;
}
</style>
background-color css
<style>
a { background-color: #DAA321; }
a { background-color: rgb(218,163,33); }
div.DivClassName
{
background-color: #DAA321;
}
.BgClassName
{
background-color: #DAA321;
}
</style>
border-color css
<style>
span { border-color: #DAA321; }
span { border-color: rgb(218,163,33); }
td.TdClassName
{
border-color: #DAA321;
}
.TagClassName
{
border-color: #DAA321;
}
</style>