Shades of Galliano #DFAA19
Tints of Galliano #DFAA19
RGB
CMYK
RGB Variations
Color information
#DFAA19 (or 0xDFAA19) is known color: Galliano. HEX triplet: DF, AA and 19. RGB value is (223,170,25). Sum of RGB (Red+Green+Blue) = 223+170+25=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 25 (10.16% from 255 or 5.98% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAA19 is #2055E6. Grayscale: #A9A9A9. Windows color (decimal): -2119143 or 1682143. OLE color: 1682143.
HSL color Cylindrical-coordinate representation of color #DFAA19: hue angle of 43.94º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DFAA19 is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 170 | 25 | - |
| CMYK | 0 | 0.24 | 0.89 | 0.13 |
| HSL | 43.94º | 0.8% | 0.49% | - |
| HSV(B) | 43.94º | 0.89% | 0.87% | - |
| XYZ | 44.98 | 44.51 | 7.14 | - |
| YUV | 169.32 | 46.56 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 170 | 25 | 0 | 0.24 | 0.89 | 0.13 | 43.94 | 0.8 | 0.49 |
| Hex | DF | AA | 19 | 0 | 18 | 59 | D | 2C | 50 | 31 |
| Octal | 337 | 252 | 31 | 0 | 30 | 131 | 15 | 54 | 120 | 61 |
| Binary | 11011111 | 10101010 | 11001 | 0 | 11000 | 1011001 | 1101 | 101100 | 1010000 | 110001 |
Color Harmonies of #DFAA19
Complementary color
Monochromatic Colors of #DFAA19
Black with #DFAA19
Text Example
Text Example
White with #DFAA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAA19; }
p { color: rgb(223,170,25); }
H1.HeaderClassName
{
color: #DFAA19;
}
.AnyTagClassName
{
color: #DFAA19;
}
</style>
background-color css
<style>
a { background-color: #DFAA19; }
a { background-color: rgb(223,170,25); }
div.DivClassName
{
background-color: #DFAA19;
}
.BgClassName
{
background-color: #DFAA19;
}
</style>
border-color css
<style>
span { border-color: #DFAA19; }
span { border-color: rgb(223,170,25); }
td.TdClassName
{
border-color: #DFAA19;
}
.TagClassName
{
border-color: #DFAA19;
}
</style>