Shades of Galliano #DFAA27
Tints of Galliano #DFAA27
RGB
CMYK
RGB Variations
Color information
#DFAA27 (or 0xDFAA27) is known color: Galliano. HEX triplet: DF, AA and 27. RGB value is (223,170,39). Sum of RGB (Red+Green+Blue) = 223+170+39=432 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.62% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 39 (15.62% from 255 or 9.03% from 432); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAA27 is #2055D8. Grayscale: #ABABAB. Windows color (decimal): -2119129 or 2599647. OLE color: 2599647.
HSL color Cylindrical-coordinate representation of color #DFAA27: hue angle of 42.72º 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 #DFAA27 is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 170 | 39 | - |
| CMYK | 0 | 0.24 | 0.83 | 0.13 |
| HSL | 42.72º | 0.74% | 0.51% | - |
| HSV(B) | 42.72º | 0.83% | 0.87% | - |
| XYZ | 45.17 | 44.58 | 8.14 | - |
| YUV | 170.91 | 53.56 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 170 | 39 | 0 | 0.24 | 0.83 | 0.13 | 42.72 | 0.74 | 0.51 |
| Hex | DF | AA | 27 | 0 | 18 | 53 | D | 2B | 4A | 33 |
| Octal | 337 | 252 | 47 | 0 | 30 | 123 | 15 | 53 | 112 | 63 |
| Binary | 11011111 | 10101010 | 100111 | 0 | 11000 | 1010011 | 1101 | 101011 | 1001010 | 110011 |
Color Harmonies of #DFAA27
Complementary color
Monochromatic Colors of #DFAA27
Black with #DFAA27
Text Example
Text Example
White with #DFAA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAA27; }
p { color: rgb(223,170,39); }
H1.HeaderClassName
{
color: #DFAA27;
}
.AnyTagClassName
{
color: #DFAA27;
}
</style>
background-color css
<style>
a { background-color: #DFAA27; }
a { background-color: rgb(223,170,39); }
div.DivClassName
{
background-color: #DFAA27;
}
.BgClassName
{
background-color: #DFAA27;
}
</style>
border-color css
<style>
span { border-color: #DFAA27; }
span { border-color: rgb(223,170,39); }
td.TdClassName
{
border-color: #DFAA27;
}
.TagClassName
{
border-color: #DFAA27;
}
</style>