Shades of Galliano #DAA422
Tints of Galliano #DAA422
RGB
CMYK
RGB Variations
Color information
#DAA422 (or 0xDAA422) is known color: Galliano. HEX triplet: DA, A4 and 22. RGB value is (218,164,34). Sum of RGB (Red+Green+Blue) = 218+164+34=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 164 (64.45% from 255 or 39.42% from 416); Blue value is 34 (13.67% from 255 or 8.17% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA422 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA422 is #255BDD. Grayscale: #A5A5A5. Windows color (decimal): -2448350 or 2270426. OLE color: 2270426.
HSL color Cylindrical-coordinate representation of color #DAA422: hue angle of 42.39º 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 #DAA422 is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 164 | 34 | - |
| CMYK | 0 | 0.25 | 0.84 | 0.15 |
| HSL | 42.39º | 0.73% | 0.49% | - |
| HSV(B) | 42.39º | 0.84% | 0.85% | - |
| XYZ | 42.48 | 41.57 | 7.3 | - |
| YUV | 165.33 | 53.89 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 164 | 34 | 0 | 0.25 | 0.84 | 0.15 | 42.39 | 0.73 | 0.49 |
| Hex | DA | A4 | 22 | 0 | 19 | 54 | F | 2A | 49 | 31 |
| Octal | 332 | 244 | 42 | 0 | 31 | 124 | 17 | 52 | 111 | 61 |
| Binary | 11011010 | 10100100 | 100010 | 0 | 11001 | 1010100 | 1111 | 101010 | 1001001 | 110001 |
Color Harmonies of #DAA422
Complementary color
Monochromatic Colors of #DAA422
Black with #DAA422
Text Example
Text Example
White with #DAA422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA422; }
p { color: rgb(218,164,34); }
H1.HeaderClassName
{
color: #DAA422;
}
.AnyTagClassName
{
color: #DAA422;
}
</style>
background-color css
<style>
a { background-color: #DAA422; }
a { background-color: rgb(218,164,34); }
div.DivClassName
{
background-color: #DAA422;
}
.BgClassName
{
background-color: #DAA422;
}
</style>
border-color css
<style>
span { border-color: #DAA422; }
span { border-color: rgb(218,164,34); }
td.TdClassName
{
border-color: #DAA422;
}
.TagClassName
{
border-color: #DAA422;
}
</style>