Shades of Galliano #DBA62F
Tints of Galliano #DBA62F
RGB
CMYK
RGB Variations
Color information
#DBA62F (or 0xDBA62F) is known color: Galliano. HEX triplet: DB, A6 and 2F. RGB value is (219,166,47). Sum of RGB (Red+Green+Blue) = 219+166+47=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 166 (65.23% from 255 or 38.43% from 432); Blue value is 47 (18.75% from 255 or 10.88% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA62F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA62F is #2459D0. Grayscale: #A8A8A8. Windows color (decimal): -2382289 or 3122907. OLE color: 3122907.
HSL color Cylindrical-coordinate representation of color #DBA62F: hue angle of 41.51º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DBA62F is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 166 | 47 | - |
| CMYK | 0 | 0.24 | 0.79 | 0.14 |
| HSL | 41.51º | 0.7% | 0.52% | - |
| HSV(B) | 41.51º | 0.79% | 0.86% | - |
| XYZ | 43.36 | 42.54 | 8.61 | - |
| YUV | 168.28 | 59.56 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 166 | 47 | 0 | 0.24 | 0.79 | 0.14 | 41.51 | 0.7 | 0.52 |
| Hex | DB | A6 | 2F | 0 | 18 | 4F | E | 2A | 46 | 34 |
| Octal | 333 | 246 | 57 | 0 | 30 | 117 | 16 | 52 | 106 | 64 |
| Binary | 11011011 | 10100110 | 101111 | 0 | 11000 | 1001111 | 1110 | 101010 | 1000110 | 110100 |
Color Harmonies of #DBA62F
Complementary color
Monochromatic Colors of #DBA62F
Black with #DBA62F
Text Example
Text Example
White with #DBA62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA62F; }
p { color: rgb(219,166,47); }
H1.HeaderClassName
{
color: #DBA62F;
}
.AnyTagClassName
{
color: #DBA62F;
}
</style>
background-color css
<style>
a { background-color: #DBA62F; }
a { background-color: rgb(219,166,47); }
div.DivClassName
{
background-color: #DBA62F;
}
.BgClassName
{
background-color: #DBA62F;
}
</style>
border-color css
<style>
span { border-color: #DBA62F; }
span { border-color: rgb(219,166,47); }
td.TdClassName
{
border-color: #DBA62F;
}
.TagClassName
{
border-color: #DBA62F;
}
</style>