Shades of Galliano #DAA431
Tints of Galliano #DAA431
RGB
CMYK
RGB Variations
Color information
#DAA431 (or 0xDAA431) is known color: Galliano. HEX triplet: DA, A4 and 31. RGB value is (218,164,49). Sum of RGB (Red+Green+Blue) = 218+164+49=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 164 (64.45% from 255 or 38.05% from 431); Blue value is 49 (19.53% from 255 or 11.37% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA431 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA431 is #255BCE. Grayscale: #A7A7A7. Windows color (decimal): -2448335 or 3253466. OLE color: 3253466.
HSL color Cylindrical-coordinate representation of color #DAA431: hue angle of 40.83º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DAA431 is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 164 | 49 | - |
| CMYK | 0 | 0.25 | 0.78 | 0.15 |
| HSL | 40.83º | 0.7% | 0.52% | - |
| HSV(B) | 40.83º | 0.78% | 0.85% | - |
| XYZ | 42.74 | 41.68 | 8.7 | - |
| YUV | 167.04 | 61.39 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 164 | 49 | 0 | 0.25 | 0.78 | 0.15 | 40.83 | 0.7 | 0.52 |
| Hex | DA | A4 | 31 | 0 | 19 | 4E | F | 29 | 46 | 34 |
| Octal | 332 | 244 | 61 | 0 | 31 | 116 | 17 | 51 | 106 | 64 |
| Binary | 11011010 | 10100100 | 110001 | 0 | 11001 | 1001110 | 1111 | 101001 | 1000110 | 110100 |
Color Harmonies of #DAA431
Complementary color
Monochromatic Colors of #DAA431
Black with #DAA431
Text Example
Text Example
White with #DAA431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA431; }
p { color: rgb(218,164,49); }
H1.HeaderClassName
{
color: #DAA431;
}
.AnyTagClassName
{
color: #DAA431;
}
</style>
background-color css
<style>
a { background-color: #DAA431; }
a { background-color: rgb(218,164,49); }
div.DivClassName
{
background-color: #DAA431;
}
.BgClassName
{
background-color: #DAA431;
}
</style>
border-color css
<style>
span { border-color: #DAA431; }
span { border-color: rgb(218,164,49); }
td.TdClassName
{
border-color: #DAA431;
}
.TagClassName
{
border-color: #DAA431;
}
</style>