Shades of Galliano #D0A522
Tints of Galliano #D0A522
RGB
CMYK
RGB Variations
Color information
#D0A522 (or 0xD0A522) is known color: Galliano. HEX triplet: D0, A5 and 22. RGB value is (208,165,34). Sum of RGB (Red+Green+Blue) = 208+165+34=407 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.11% from 407); Green value is 165 (64.84% from 255 or 40.54% from 407); Blue value is 34 (13.67% from 255 or 8.35% from 407); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A522 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A522 is #2F5ADD. Grayscale: #A3A3A3. Windows color (decimal): -3103454 or 2270672. OLE color: 2270672.
HSL color Cylindrical-coordinate representation of color #D0A522: hue angle of 45.17º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D0A522 is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 165 | 34 | - |
| CMYK | 0 | 0.21 | 0.84 | 0.18 |
| HSL | 45.17º | 0.72% | 0.47% | - |
| HSV(B) | 45.17º | 0.84% | 0.82% | - |
| XYZ | 39.76 | 40.44 | 7.22 | - |
| YUV | 162.92 | 55.25 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 165 | 34 | 0 | 0.21 | 0.84 | 0.18 | 45.17 | 0.72 | 0.47 |
| Hex | D0 | A5 | 22 | 0 | 15 | 54 | 12 | 2D | 48 | 2F |
| Octal | 320 | 245 | 42 | 0 | 25 | 124 | 22 | 55 | 110 | 57 |
| Binary | 11010000 | 10100101 | 100010 | 0 | 10101 | 1010100 | 10010 | 101101 | 1001000 | 101111 |
Color Harmonies of #D0A522
Complementary color
Monochromatic Colors of #D0A522
Black with #D0A522
Text Example
Text Example
White with #D0A522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A522; }
p { color: rgb(208,165,34); }
H1.HeaderClassName
{
color: #D0A522;
}
.AnyTagClassName
{
color: #D0A522;
}
</style>
background-color css
<style>
a { background-color: #D0A522; }
a { background-color: rgb(208,165,34); }
div.DivClassName
{
background-color: #D0A522;
}
.BgClassName
{
background-color: #D0A522;
}
</style>
border-color css
<style>
span { border-color: #D0A522; }
span { border-color: rgb(208,165,34); }
td.TdClassName
{
border-color: #D0A522;
}
.TagClassName
{
border-color: #D0A522;
}
</style>