Shades of Galliano #DAB11C
Tints of Galliano #DAB11C
RGB
CMYK
RGB Variations
Color information
#DAB11C (or 0xDAB11C) is known color: Galliano. HEX triplet: DA, B1 and 1C. RGB value is (218,177,28). Sum of RGB (Red+Green+Blue) = 218+177+28=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 177 (69.53% from 255 or 41.84% from 423); Blue value is 28 (11.33% from 255 or 6.62% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB11C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB11C is #254EE3. Grayscale: #ACACAC. Windows color (decimal): -2445028 or 1880538. OLE color: 1880538.
HSL color Cylindrical-coordinate representation of color #DAB11C: hue angle of 47.05º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DAB11C is Cyan = 0, Magento = 0.19, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 177 | 28 | - |
| CMYK | 0 | 0.19 | 0.87 | 0.15 |
| HSL | 47.05º | 0.77% | 0.48% | - |
| HSV(B) | 47.05º | 0.87% | 0.85% | - |
| XYZ | 44.85 | 46.43 | 7.7 | - |
| YUV | 172.27 | 46.58 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 177 | 28 | 0 | 0.19 | 0.87 | 0.15 | 47.05 | 0.77 | 0.48 |
| Hex | DA | B1 | 1C | 0 | 13 | 57 | F | 2F | 4D | 30 |
| Octal | 332 | 261 | 34 | 0 | 23 | 127 | 17 | 57 | 115 | 60 |
| Binary | 11011010 | 10110001 | 11100 | 0 | 10011 | 1010111 | 1111 | 101111 | 1001101 | 110000 |
Color Harmonies of #DAB11C
Complementary color
Monochromatic Colors of #DAB11C
Black with #DAB11C
Text Example
Text Example
White with #DAB11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB11C; }
p { color: rgb(218,177,28); }
H1.HeaderClassName
{
color: #DAB11C;
}
.AnyTagClassName
{
color: #DAB11C;
}
</style>
background-color css
<style>
a { background-color: #DAB11C; }
a { background-color: rgb(218,177,28); }
div.DivClassName
{
background-color: #DAB11C;
}
.BgClassName
{
background-color: #DAB11C;
}
</style>
border-color css
<style>
span { border-color: #DAB11C; }
span { border-color: rgb(218,177,28); }
td.TdClassName
{
border-color: #DAB11C;
}
.TagClassName
{
border-color: #DAB11C;
}
</style>