Shades of Galliano #DAA922
Tints of Galliano #DAA922
RGB
CMYK
RGB Variations
Color information
#DAA922 (or 0xDAA922) is known color: Galliano. HEX triplet: DA, A9 and 22. RGB value is (218,169,34). Sum of RGB (Red+Green+Blue) = 218+169+34=421 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.78% from 421); Green value is 169 (66.41% from 255 or 40.14% from 421); Blue value is 34 (13.67% from 255 or 8.08% from 421); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA922 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA922 is #2556DD. Grayscale: #A8A8A8. Windows color (decimal): -2447070 or 2271706. OLE color: 2271706.
HSL color Cylindrical-coordinate representation of color #DAA922: hue angle of 44.02º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DAA922 is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 169 | 34 | - |
| CMYK | 0 | 0.22 | 0.84 | 0.15 |
| HSL | 44.02º | 0.73% | 0.49% | - |
| HSV(B) | 44.02º | 0.84% | 0.85% | - |
| XYZ | 43.39 | 43.4 | 7.6 | - |
| YUV | 168.26 | 52.23 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 169 | 34 | 0 | 0.22 | 0.84 | 0.15 | 44.02 | 0.73 | 0.49 |
| Hex | DA | A9 | 22 | 0 | 16 | 54 | F | 2C | 49 | 31 |
| Octal | 332 | 251 | 42 | 0 | 26 | 124 | 17 | 54 | 111 | 61 |
| Binary | 11011010 | 10101001 | 100010 | 0 | 10110 | 1010100 | 1111 | 101100 | 1001001 | 110001 |
Color Harmonies of #DAA922
Complementary color
Monochromatic Colors of #DAA922
Black with #DAA922
Text Example
Text Example
White with #DAA922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA922; }
p { color: rgb(218,169,34); }
H1.HeaderClassName
{
color: #DAA922;
}
.AnyTagClassName
{
color: #DAA922;
}
</style>
background-color css
<style>
a { background-color: #DAA922; }
a { background-color: rgb(218,169,34); }
div.DivClassName
{
background-color: #DAA922;
}
.BgClassName
{
background-color: #DAA922;
}
</style>
border-color css
<style>
span { border-color: #DAA922; }
span { border-color: rgb(218,169,34); }
td.TdClassName
{
border-color: #DAA922;
}
.TagClassName
{
border-color: #DAA922;
}
</style>