Shades of Galliano #DAAA25
Tints of Galliano #DAAA25
RGB
CMYK
RGB Variations
Color information
#DAAA25 (or 0xDAAA25) is known color: Galliano. HEX triplet: DA, AA and 25. RGB value is (218,170,37). Sum of RGB (Red+Green+Blue) = 218+170+37=425 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.29% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 37 (14.84% from 255 or 8.71% from 425); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAA25 is #2555DA. Grayscale: #A9A9A9. Windows color (decimal): -2446811 or 2468570. OLE color: 2468570.
HSL color Cylindrical-coordinate representation of color #DAAA25: hue angle of 44.09º 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 #DAAA25 is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 170 | 37 | - |
| CMYK | 0 | 0.22 | 0.83 | 0.15 |
| HSL | 44.09º | 0.71% | 0.5% | - |
| HSV(B) | 44.09º | 0.83% | 0.85% | - |
| XYZ | 43.62 | 43.79 | 7.9 | - |
| YUV | 169.19 | 53.4 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 170 | 37 | 0 | 0.22 | 0.83 | 0.15 | 44.09 | 0.71 | 0.5 |
| Hex | DA | AA | 25 | 0 | 16 | 53 | F | 2C | 47 | 32 |
| Octal | 332 | 252 | 45 | 0 | 26 | 123 | 17 | 54 | 107 | 62 |
| Binary | 11011010 | 10101010 | 100101 | 0 | 10110 | 1010011 | 1111 | 101100 | 1000111 | 110010 |
Color Harmonies of #DAAA25
Complementary color
Monochromatic Colors of #DAAA25
Black with #DAAA25
Text Example
Text Example
White with #DAAA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAA25; }
p { color: rgb(218,170,37); }
H1.HeaderClassName
{
color: #DAAA25;
}
.AnyTagClassName
{
color: #DAAA25;
}
</style>
background-color css
<style>
a { background-color: #DAAA25; }
a { background-color: rgb(218,170,37); }
div.DivClassName
{
background-color: #DAAA25;
}
.BgClassName
{
background-color: #DAAA25;
}
</style>
border-color css
<style>
span { border-color: #DAAA25; }
span { border-color: rgb(218,170,37); }
td.TdClassName
{
border-color: #DAAA25;
}
.TagClassName
{
border-color: #DAAA25;
}
</style>