Shades of Galliano #DAA415
Tints of Galliano #DAA415
RGB
CMYK
RGB Variations
Color information
#DAA415 (or 0xDAA415) is known color: Galliano. HEX triplet: DA, A4 and 15. RGB value is (218,164,21). Sum of RGB (Red+Green+Blue) = 218+164+21=403 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.09% from 403); Green value is 164 (64.45% from 255 or 40.69% from 403); Blue value is 21 (8.59% from 255 or 5.21% from 403); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA415 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA415 is #255BEA. Grayscale: #A4A4A4. Windows color (decimal): -2448363 or 1418458. OLE color: 1418458.
HSL color Cylindrical-coordinate representation of color #DAA415: hue angle of 43.55º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DAA415 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 164 | 21 | - |
| CMYK | 0 | 0.25 | 0.90 | 0.15 |
| HSL | 43.55º | 0.82% | 0.47% | - |
| HSV(B) | 43.55º | 0.9% | 0.85% | - |
| XYZ | 42.32 | 41.51 | 6.49 | - |
| YUV | 163.84 | 47.39 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 164 | 21 | 0 | 0.25 | 0.90 | 0.15 | 43.55 | 0.82 | 0.47 |
| Hex | DA | A4 | 15 | 0 | 19 | 5A | F | 2C | 52 | 2F |
| Octal | 332 | 244 | 25 | 0 | 31 | 132 | 17 | 54 | 122 | 57 |
| Binary | 11011010 | 10100100 | 10101 | 0 | 11001 | 1011010 | 1111 | 101100 | 1010010 | 101111 |
Color Harmonies of #DAA415
Complementary color
Monochromatic Colors of #DAA415
Black with #DAA415
Text Example
Text Example
White with #DAA415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA415; }
p { color: rgb(218,164,21); }
H1.HeaderClassName
{
color: #DAA415;
}
.AnyTagClassName
{
color: #DAA415;
}
</style>
background-color css
<style>
a { background-color: #DAA415; }
a { background-color: rgb(218,164,21); }
div.DivClassName
{
background-color: #DAA415;
}
.BgClassName
{
background-color: #DAA415;
}
</style>
border-color css
<style>
span { border-color: #DAA415; }
span { border-color: rgb(218,164,21); }
td.TdClassName
{
border-color: #DAA415;
}
.TagClassName
{
border-color: #DAA415;
}
</style>