Shades of Galliano #DAAA21
Tints of Galliano #DAAA21
RGB
CMYK
RGB Variations
Color information
#DAAA21 (or 0xDAAA21) is known color: Galliano. HEX triplet: DA, AA and 21. RGB value is (218,170,33). Sum of RGB (Red+Green+Blue) = 218+170+33=421 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.78% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 33 (13.28% from 255 or 7.84% from 421); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAA21 is #2555DE. Grayscale: #A9A9A9. Windows color (decimal): -2446815 or 2206426. OLE color: 2206426.
HSL color Cylindrical-coordinate representation of color #DAAA21: hue angle of 44.43º 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 #DAAA21 is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 170 | 33 | - |
| CMYK | 0 | 0.22 | 0.85 | 0.15 |
| HSL | 44.43º | 0.74% | 0.49% | - |
| HSV(B) | 44.43º | 0.85% | 0.85% | - |
| XYZ | 43.56 | 43.76 | 7.59 | - |
| YUV | 168.73 | 51.4 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 170 | 33 | 0 | 0.22 | 0.85 | 0.15 | 44.43 | 0.74 | 0.49 |
| Hex | DA | AA | 21 | 0 | 16 | 55 | F | 2C | 4A | 31 |
| Octal | 332 | 252 | 41 | 0 | 26 | 125 | 17 | 54 | 112 | 61 |
| Binary | 11011010 | 10101010 | 100001 | 0 | 10110 | 1010101 | 1111 | 101100 | 1001010 | 110001 |
Color Harmonies of #DAAA21
Complementary color
Monochromatic Colors of #DAAA21
Black with #DAAA21
Text Example
Text Example
White with #DAAA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAA21; }
p { color: rgb(218,170,33); }
H1.HeaderClassName
{
color: #DAAA21;
}
.AnyTagClassName
{
color: #DAAA21;
}
</style>
background-color css
<style>
a { background-color: #DAAA21; }
a { background-color: rgb(218,170,33); }
div.DivClassName
{
background-color: #DAAA21;
}
.BgClassName
{
background-color: #DAAA21;
}
</style>
border-color css
<style>
span { border-color: #DAAA21; }
span { border-color: rgb(218,170,33); }
td.TdClassName
{
border-color: #DAAA21;
}
.TagClassName
{
border-color: #DAAA21;
}
</style>