Shades of Galliano #DAA821
Tints of Galliano #DAA821
RGB
CMYK
RGB Variations
Color information
#DAA821 (or 0xDAA821) is known color: Galliano. HEX triplet: DA, A8 and 21. RGB value is (218,168,33). Sum of RGB (Red+Green+Blue) = 218+168+33=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 168 (66.02% from 255 or 40.10% from 419); Blue value is 33 (13.28% from 255 or 7.88% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA821 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA821 is #2557DE. Grayscale: #A8A8A8. Windows color (decimal): -2447327 or 2205914. OLE color: 2205914.
HSL color Cylindrical-coordinate representation of color #DAA821: hue angle of 43.78º 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 #DAA821 is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 168 | 33 | - |
| CMYK | 0 | 0.23 | 0.85 | 0.15 |
| HSL | 43.78º | 0.74% | 0.49% | - |
| HSV(B) | 43.78º | 0.85% | 0.85% | - |
| XYZ | 43.19 | 43.02 | 7.47 | - |
| YUV | 167.56 | 52.07 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 168 | 33 | 0 | 0.23 | 0.85 | 0.15 | 43.78 | 0.74 | 0.49 |
| Hex | DA | A8 | 21 | 0 | 17 | 55 | F | 2C | 4A | 31 |
| Octal | 332 | 250 | 41 | 0 | 27 | 125 | 17 | 54 | 112 | 61 |
| Binary | 11011010 | 10101000 | 100001 | 0 | 10111 | 1010101 | 1111 | 101100 | 1001010 | 110001 |
Color Harmonies of #DAA821
Complementary color
Monochromatic Colors of #DAA821
Black with #DAA821
Text Example
Text Example
White with #DAA821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA821; }
p { color: rgb(218,168,33); }
H1.HeaderClassName
{
color: #DAA821;
}
.AnyTagClassName
{
color: #DAA821;
}
</style>
background-color css
<style>
a { background-color: #DAA821; }
a { background-color: rgb(218,168,33); }
div.DivClassName
{
background-color: #DAA821;
}
.BgClassName
{
background-color: #DAA821;
}
</style>
border-color css
<style>
span { border-color: #DAA821; }
span { border-color: rgb(218,168,33); }
td.TdClassName
{
border-color: #DAA821;
}
.TagClassName
{
border-color: #DAA821;
}
</style>