Shades of Galliano #DFAA25
Tints of Galliano #DFAA25
RGB
CMYK
RGB Variations
Color information
#DFAA25 (or 0xDFAA25) is known color: Galliano. HEX triplet: DF, AA and 25. RGB value is (223,170,37). Sum of RGB (Red+Green+Blue) = 223+170+37=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 37 (14.84% from 255 or 8.60% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAA25 is #2055DA. Grayscale: #ABABAB. Windows color (decimal): -2119131 or 2468575. OLE color: 2468575.
HSL color Cylindrical-coordinate representation of color #DFAA25: hue angle of 42.9º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DFAA25 is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 170 | 37 | - |
| CMYK | 0 | 0.24 | 0.83 | 0.13 |
| HSL | 42.9º | 0.74% | 0.51% | - |
| HSV(B) | 42.9º | 0.83% | 0.87% | - |
| XYZ | 45.14 | 44.57 | 7.97 | - |
| YUV | 170.69 | 52.56 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 170 | 37 | 0 | 0.24 | 0.83 | 0.13 | 42.9 | 0.74 | 0.51 |
| Hex | DF | AA | 25 | 0 | 18 | 53 | D | 2B | 4A | 33 |
| Octal | 337 | 252 | 45 | 0 | 30 | 123 | 15 | 53 | 112 | 63 |
| Binary | 11011111 | 10101010 | 100101 | 0 | 11000 | 1010011 | 1101 | 101011 | 1001010 | 110011 |
Color Harmonies of #DFAA25
Complementary color
Monochromatic Colors of #DFAA25
Black with #DFAA25
Text Example
Text Example
White with #DFAA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAA25; }
p { color: rgb(223,170,37); }
H1.HeaderClassName
{
color: #DFAA25;
}
.AnyTagClassName
{
color: #DFAA25;
}
</style>
background-color css
<style>
a { background-color: #DFAA25; }
a { background-color: rgb(223,170,37); }
div.DivClassName
{
background-color: #DFAA25;
}
.BgClassName
{
background-color: #DFAA25;
}
</style>
border-color css
<style>
span { border-color: #DFAA25; }
span { border-color: rgb(223,170,37); }
td.TdClassName
{
border-color: #DFAA25;
}
.TagClassName
{
border-color: #DFAA25;
}
</style>