Shades of Galliano #DFAA24
Tints of Galliano #DFAA24
RGB
CMYK
RGB Variations
Color information
#DFAA24 (or 0xDFAA24) is known color: Galliano. HEX triplet: DF, AA and 24. RGB value is (223,170,36). Sum of RGB (Red+Green+Blue) = 223+170+36=429 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.98% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 36 (14.45% from 255 or 8.39% from 429); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAA24 is #2055DB. Grayscale: #ABABAB. Windows color (decimal): -2119132 or 2403039. OLE color: 2403039.
HSL color Cylindrical-coordinate representation of color #DFAA24: hue angle of 42.99º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DFAA24 is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 170 | 36 | - |
| CMYK | 0 | 0.24 | 0.84 | 0.13 |
| HSL | 42.99º | 0.75% | 0.51% | - |
| HSV(B) | 42.99º | 0.84% | 0.87% | - |
| XYZ | 45.12 | 44.56 | 7.89 | - |
| YUV | 170.57 | 52.06 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 170 | 36 | 0 | 0.24 | 0.84 | 0.13 | 42.99 | 0.75 | 0.51 |
| Hex | DF | AA | 24 | 0 | 18 | 54 | D | 2B | 4B | 33 |
| Octal | 337 | 252 | 44 | 0 | 30 | 124 | 15 | 53 | 113 | 63 |
| Binary | 11011111 | 10101010 | 100100 | 0 | 11000 | 1010100 | 1101 | 101011 | 1001011 | 110011 |
Color Harmonies of #DFAA24
Complementary color
Monochromatic Colors of #DFAA24
Black with #DFAA24
Text Example
Text Example
White with #DFAA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAA24; }
p { color: rgb(223,170,36); }
H1.HeaderClassName
{
color: #DFAA24;
}
.AnyTagClassName
{
color: #DFAA24;
}
</style>
background-color css
<style>
a { background-color: #DFAA24; }
a { background-color: rgb(223,170,36); }
div.DivClassName
{
background-color: #DFAA24;
}
.BgClassName
{
background-color: #DFAA24;
}
</style>
border-color css
<style>
span { border-color: #DFAA24; }
span { border-color: rgb(223,170,36); }
td.TdClassName
{
border-color: #DFAA24;
}
.TagClassName
{
border-color: #DFAA24;
}
</style>