Shades of Galliano #DFAA20
Tints of Galliano #DFAA20
RGB
CMYK
RGB Variations
Color information
#DFAA20 (or 0xDFAA20) is known color: Galliano. HEX triplet: DF, AA and 20. RGB value is (223,170,32). Sum of RGB (Red+Green+Blue) = 223+170+32=425 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.47% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 32 (12.89% from 255 or 7.53% from 425); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAA20 is #2055DF. Grayscale: #AAAAAA. Windows color (decimal): -2119136 or 2140895. OLE color: 2140895.
HSL color Cylindrical-coordinate representation of color #DFAA20: hue angle of 43.35º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DFAA20 is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 170 | 32 | - |
| CMYK | 0 | 0.24 | 0.86 | 0.13 |
| HSL | 43.35º | 0.75% | 0.5% | - |
| HSV(B) | 43.35º | 0.86% | 0.87% | - |
| XYZ | 45.07 | 44.54 | 7.59 | - |
| YUV | 170.12 | 50.06 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 170 | 32 | 0 | 0.24 | 0.86 | 0.13 | 43.35 | 0.75 | 0.5 |
| Hex | DF | AA | 20 | 0 | 18 | 56 | D | 2B | 4B | 32 |
| Octal | 337 | 252 | 40 | 0 | 30 | 126 | 15 | 53 | 113 | 62 |
| Binary | 11011111 | 10101010 | 100000 | 0 | 11000 | 1010110 | 1101 | 101011 | 1001011 | 110010 |
Color Harmonies of #DFAA20
Complementary color
Monochromatic Colors of #DFAA20
Black with #DFAA20
Text Example
Text Example
White with #DFAA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAA20; }
p { color: rgb(223,170,32); }
H1.HeaderClassName
{
color: #DFAA20;
}
.AnyTagClassName
{
color: #DFAA20;
}
</style>
background-color css
<style>
a { background-color: #DFAA20; }
a { background-color: rgb(223,170,32); }
div.DivClassName
{
background-color: #DFAA20;
}
.BgClassName
{
background-color: #DFAA20;
}
</style>
border-color css
<style>
span { border-color: #DFAA20; }
span { border-color: rgb(223,170,32); }
td.TdClassName
{
border-color: #DFAA20;
}
.TagClassName
{
border-color: #DFAA20;
}
</style>