Shades of Galliano #DFB015
Tints of Galliano #DFB015
RGB
CMYK
RGB Variations
Color information
#DFB015 (or 0xDFB015) is known color: Galliano. HEX triplet: DF, B0 and 15. RGB value is (223,176,21). Sum of RGB (Red+Green+Blue) = 223+176+21=420 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.10% from 420); Green value is 176 (69.14% from 255 or 41.90% from 420); Blue value is 21 (8.59% from 255 or 5% from 420); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFB015 is #204FEA. Grayscale: #ADADAD. Windows color (decimal): -2117611 or 1421535. OLE color: 1421535.
HSL color Cylindrical-coordinate representation of color #DFB015: hue angle of 46.04º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DFB015 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 176 | 21 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.13 |
| HSL | 46.04º | 0.83% | 0.48% | - |
| HSV(B) | 46.04º | 0.91% | 0.87% | - |
| XYZ | 46.09 | 46.79 | 7.31 | - |
| YUV | 172.38 | 42.57 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 21 | 0 | 0.21 | 0.91 | 0.13 | 46.04 | 0.83 | 0.48 |
| Hex | DF | B0 | 15 | 0 | 15 | 5B | D | 2E | 53 | 30 |
| Octal | 337 | 260 | 25 | 0 | 25 | 133 | 15 | 56 | 123 | 60 |
| Binary | 11011111 | 10110000 | 10101 | 0 | 10101 | 1011011 | 1101 | 101110 | 1010011 | 110000 |
Color Harmonies of #DFB015
Complementary color
Monochromatic Colors of #DFB015
Black with #DFB015
Text Example
Text Example
White with #DFB015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB015; }
p { color: rgb(223,176,21); }
H1.HeaderClassName
{
color: #DFB015;
}
.AnyTagClassName
{
color: #DFB015;
}
</style>
background-color css
<style>
a { background-color: #DFB015; }
a { background-color: rgb(223,176,21); }
div.DivClassName
{
background-color: #DFB015;
}
.BgClassName
{
background-color: #DFB015;
}
</style>
border-color css
<style>
span { border-color: #DFB015; }
span { border-color: rgb(223,176,21); }
td.TdClassName
{
border-color: #DFB015;
}
.TagClassName
{
border-color: #DFB015;
}
</style>