Shades of Galliano #DAA528
Tints of Galliano #DAA528
RGB
CMYK
RGB Variations
Color information
#DAA528 (or 0xDAA528) is known color: Galliano. HEX triplet: DA, A5 and 28. RGB value is (218,165,40). Sum of RGB (Red+Green+Blue) = 218+165+40=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 165 (64.84% from 255 or 39.01% from 423); Blue value is 40 (16.02% from 255 or 9.46% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA528 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA528 is #255AD7. Grayscale: #A7A7A7. Windows color (decimal): -2448088 or 2663898. OLE color: 2663898.
HSL color Cylindrical-coordinate representation of color #DAA528: hue angle of 42.13º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DAA528 is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 165 | 40 | - |
| CMYK | 0 | 0.24 | 0.82 | 0.15 |
| HSL | 42.13º | 0.71% | 0.51% | - |
| HSV(B) | 42.13º | 0.82% | 0.85% | - |
| XYZ | 42.75 | 41.97 | 7.86 | - |
| YUV | 166.6 | 56.56 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 165 | 40 | 0 | 0.24 | 0.82 | 0.15 | 42.13 | 0.71 | 0.51 |
| Hex | DA | A5 | 28 | 0 | 18 | 52 | F | 2A | 47 | 33 |
| Octal | 332 | 245 | 50 | 0 | 30 | 122 | 17 | 52 | 107 | 63 |
| Binary | 11011010 | 10100101 | 101000 | 0 | 11000 | 1010010 | 1111 | 101010 | 1000111 | 110011 |
Color Harmonies of #DAA528
Complementary color
Monochromatic Colors of #DAA528
Black with #DAA528
Text Example
Text Example
White with #DAA528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA528; }
p { color: rgb(218,165,40); }
H1.HeaderClassName
{
color: #DAA528;
}
.AnyTagClassName
{
color: #DAA528;
}
</style>
background-color css
<style>
a { background-color: #DAA528; }
a { background-color: rgb(218,165,40); }
div.DivClassName
{
background-color: #DAA528;
}
.BgClassName
{
background-color: #DAA528;
}
</style>
border-color css
<style>
span { border-color: #DAA528; }
span { border-color: rgb(218,165,40); }
td.TdClassName
{
border-color: #DAA528;
}
.TagClassName
{
border-color: #DAA528;
}
</style>