Shades of Galliano #DBA72C
Tints of Galliano #DBA72C
RGB
CMYK
RGB Variations
Color information
#DBA72C (or 0xDBA72C) is known color: Galliano. HEX triplet: DB, A7 and 2C. RGB value is (219,167,44). Sum of RGB (Red+Green+Blue) = 219+167+44=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 167 (65.62% from 255 or 38.84% from 430); Blue value is 44 (17.58% from 255 or 10.23% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA72C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA72C is #2458D3. Grayscale: #A9A9A9. Windows color (decimal): -2382036 or 2926555. OLE color: 2926555.
HSL color Cylindrical-coordinate representation of color #DBA72C: hue angle of 42.17º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DBA72C is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 167 | 44 | - |
| CMYK | 0 | 0.24 | 0.80 | 0.14 |
| HSL | 42.17º | 0.71% | 0.52% | - |
| HSV(B) | 42.17º | 0.8% | 0.86% | - |
| XYZ | 43.49 | 42.88 | 8.37 | - |
| YUV | 168.53 | 57.73 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 167 | 44 | 0 | 0.24 | 0.80 | 0.14 | 42.17 | 0.71 | 0.52 |
| Hex | DB | A7 | 2C | 0 | 18 | 50 | E | 2A | 47 | 34 |
| Octal | 333 | 247 | 54 | 0 | 30 | 120 | 16 | 52 | 107 | 64 |
| Binary | 11011011 | 10100111 | 101100 | 0 | 11000 | 1010000 | 1110 | 101010 | 1000111 | 110100 |
Color Harmonies of #DBA72C
Complementary color
Monochromatic Colors of #DBA72C
Black with #DBA72C
Text Example
Text Example
White with #DBA72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA72C; }
p { color: rgb(219,167,44); }
H1.HeaderClassName
{
color: #DBA72C;
}
.AnyTagClassName
{
color: #DBA72C;
}
</style>
background-color css
<style>
a { background-color: #DBA72C; }
a { background-color: rgb(219,167,44); }
div.DivClassName
{
background-color: #DBA72C;
}
.BgClassName
{
background-color: #DBA72C;
}
</style>
border-color css
<style>
span { border-color: #DBA72C; }
span { border-color: rgb(219,167,44); }
td.TdClassName
{
border-color: #DBA72C;
}
.TagClassName
{
border-color: #DBA72C;
}
</style>