Shades of Galliano #DAA71A
Tints of Galliano #DAA71A
RGB
CMYK
RGB Variations
Color information
#DAA71A (or 0xDAA71A) is known color: Galliano. HEX triplet: DA, A7 and 1A. RGB value is (218,167,26). Sum of RGB (Red+Green+Blue) = 218+167+26=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 167 (65.62% from 255 or 40.63% from 411); Blue value is 26 (10.55% from 255 or 6.33% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA71A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA71A is #2558E5. Grayscale: #A6A6A6. Windows color (decimal): -2447590 or 1746906. OLE color: 1746906.
HSL color Cylindrical-coordinate representation of color #DAA71A: hue angle of 44.06º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DAA71A is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 167 | 26 | - |
| CMYK | 0 | 0.23 | 0.88 | 0.15 |
| HSL | 44.06º | 0.79% | 0.48% | - |
| HSV(B) | 44.06º | 0.88% | 0.85% | - |
| XYZ | 42.92 | 42.62 | 6.94 | - |
| YUV | 166.18 | 48.9 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 167 | 26 | 0 | 0.23 | 0.88 | 0.15 | 44.06 | 0.79 | 0.48 |
| Hex | DA | A7 | 1A | 0 | 17 | 58 | F | 2C | 4F | 30 |
| Octal | 332 | 247 | 32 | 0 | 27 | 130 | 17 | 54 | 117 | 60 |
| Binary | 11011010 | 10100111 | 11010 | 0 | 10111 | 1011000 | 1111 | 101100 | 1001111 | 110000 |
Color Harmonies of #DAA71A
Complementary color
Monochromatic Colors of #DAA71A
Black with #DAA71A
Text Example
Text Example
White with #DAA71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA71A; }
p { color: rgb(218,167,26); }
H1.HeaderClassName
{
color: #DAA71A;
}
.AnyTagClassName
{
color: #DAA71A;
}
</style>
background-color css
<style>
a { background-color: #DAA71A; }
a { background-color: rgb(218,167,26); }
div.DivClassName
{
background-color: #DAA71A;
}
.BgClassName
{
background-color: #DAA71A;
}
</style>
border-color css
<style>
span { border-color: #DAA71A; }
span { border-color: rgb(218,167,26); }
td.TdClassName
{
border-color: #DAA71A;
}
.TagClassName
{
border-color: #DAA71A;
}
</style>