Shades of Galliano #DFA81B
Tints of Galliano #DFA81B
RGB
CMYK
RGB Variations
Color information
#DFA81B (or 0xDFA81B) is known color: Galliano. HEX triplet: DF, A8 and 1B. RGB value is (223,168,27). Sum of RGB (Red+Green+Blue) = 223+168+27=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 168 (66.02% from 255 or 40.19% from 418); Blue value is 27 (10.94% from 255 or 6.46% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA81B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA81B is #2057E4. Grayscale: #A8A8A8. Windows color (decimal): -2119653 or 1812703. OLE color: 1812703.
HSL color Cylindrical-coordinate representation of color #DFA81B: hue angle of 43.16º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DFA81B is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 168 | 27 | - |
| CMYK | 0 | 0.25 | 0.88 | 0.13 |
| HSL | 43.16º | 0.78% | 0.49% | - |
| HSV(B) | 43.16º | 0.88% | 0.87% | - |
| XYZ | 44.63 | 43.77 | 7.13 | - |
| YUV | 168.37 | 48.22 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 168 | 27 | 0 | 0.25 | 0.88 | 0.13 | 43.16 | 0.78 | 0.49 |
| Hex | DF | A8 | 1B | 0 | 19 | 58 | D | 2B | 4E | 31 |
| Octal | 337 | 250 | 33 | 0 | 31 | 130 | 15 | 53 | 116 | 61 |
| Binary | 11011111 | 10101000 | 11011 | 0 | 11001 | 1011000 | 1101 | 101011 | 1001110 | 110001 |
Color Harmonies of #DFA81B
Complementary color
Monochromatic Colors of #DFA81B
Black with #DFA81B
Text Example
Text Example
White with #DFA81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA81B; }
p { color: rgb(223,168,27); }
H1.HeaderClassName
{
color: #DFA81B;
}
.AnyTagClassName
{
color: #DFA81B;
}
</style>
background-color css
<style>
a { background-color: #DFA81B; }
a { background-color: rgb(223,168,27); }
div.DivClassName
{
background-color: #DFA81B;
}
.BgClassName
{
background-color: #DFA81B;
}
</style>
border-color css
<style>
span { border-color: #DFA81B; }
span { border-color: rgb(223,168,27); }
td.TdClassName
{
border-color: #DFA81B;
}
.TagClassName
{
border-color: #DFA81B;
}
</style>