Shades of Galliano #DFAA21
Tints of Galliano #DFAA21
RGB
CMYK
RGB Variations
Color information
#DFAA21 (or 0xDFAA21) is known color: Galliano. HEX triplet: DF, AA and 21. RGB value is (223,170,33). Sum of RGB (Red+Green+Blue) = 223+170+33=426 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.35% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 33 (13.28% from 255 or 7.75% from 426); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAA21 is #2055DE. Grayscale: #AAAAAA. Windows color (decimal): -2119135 or 2206431. OLE color: 2206431.
HSL color Cylindrical-coordinate representation of color #DFAA21: hue angle of 43.26º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DFAA21 is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 170 | 33 | - |
| CMYK | 0 | 0.24 | 0.85 | 0.13 |
| HSL | 43.26º | 0.75% | 0.5% | - |
| HSV(B) | 43.26º | 0.85% | 0.87% | - |
| XYZ | 45.08 | 44.55 | 7.66 | - |
| YUV | 170.23 | 50.56 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 170 | 33 | 0 | 0.24 | 0.85 | 0.13 | 43.26 | 0.75 | 0.5 |
| Hex | DF | AA | 21 | 0 | 18 | 55 | D | 2B | 4B | 32 |
| Octal | 337 | 252 | 41 | 0 | 30 | 125 | 15 | 53 | 113 | 62 |
| Binary | 11011111 | 10101010 | 100001 | 0 | 11000 | 1010101 | 1101 | 101011 | 1001011 | 110010 |
Color Harmonies of #DFAA21
Complementary color
Monochromatic Colors of #DFAA21
Black with #DFAA21
Text Example
Text Example
White with #DFAA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAA21; }
p { color: rgb(223,170,33); }
H1.HeaderClassName
{
color: #DFAA21;
}
.AnyTagClassName
{
color: #DFAA21;
}
</style>
background-color css
<style>
a { background-color: #DFAA21; }
a { background-color: rgb(223,170,33); }
div.DivClassName
{
background-color: #DFAA21;
}
.BgClassName
{
background-color: #DFAA21;
}
</style>
border-color css
<style>
span { border-color: #DFAA21; }
span { border-color: rgb(223,170,33); }
td.TdClassName
{
border-color: #DFAA21;
}
.TagClassName
{
border-color: #DFAA21;
}
</style>