Shades of Galliano #DAA525
Tints of Galliano #DAA525
RGB
CMYK
RGB Variations
Color information
#DAA525 (or 0xDAA525) is known color: Galliano. HEX triplet: DA, A5 and 25. RGB value is (218,165,37). Sum of RGB (Red+Green+Blue) = 218+165+37=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 165 (64.84% from 255 or 39.29% from 420); Blue value is 37 (14.84% from 255 or 8.81% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA525 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA525 is #255ADA. Grayscale: #A6A6A6. Windows color (decimal): -2448091 or 2467290. OLE color: 2467290.
HSL color Cylindrical-coordinate representation of color #DAA525: hue angle of 42.43º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DAA525 is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 165 | 37 | - |
| CMYK | 0 | 0.24 | 0.83 | 0.15 |
| HSL | 42.43º | 0.71% | 0.5% | - |
| HSV(B) | 42.43º | 0.83% | 0.85% | - |
| XYZ | 42.7 | 41.95 | 7.6 | - |
| YUV | 166.26 | 55.06 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 165 | 37 | 0 | 0.24 | 0.83 | 0.15 | 42.43 | 0.71 | 0.5 |
| Hex | DA | A5 | 25 | 0 | 18 | 53 | F | 2A | 47 | 32 |
| Octal | 332 | 245 | 45 | 0 | 30 | 123 | 17 | 52 | 107 | 62 |
| Binary | 11011010 | 10100101 | 100101 | 0 | 11000 | 1010011 | 1111 | 101010 | 1000111 | 110010 |
Color Harmonies of #DAA525
Complementary color
Monochromatic Colors of #DAA525
Black with #DAA525
Text Example
Text Example
White with #DAA525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA525; }
p { color: rgb(218,165,37); }
H1.HeaderClassName
{
color: #DAA525;
}
.AnyTagClassName
{
color: #DAA525;
}
</style>
background-color css
<style>
a { background-color: #DAA525; }
a { background-color: rgb(218,165,37); }
div.DivClassName
{
background-color: #DAA525;
}
.BgClassName
{
background-color: #DAA525;
}
</style>
border-color css
<style>
span { border-color: #DAA525; }
span { border-color: rgb(218,165,37); }
td.TdClassName
{
border-color: #DAA525;
}
.TagClassName
{
border-color: #DAA525;
}
</style>