Shades of Galliano #D0A327
Tints of Galliano #D0A327
RGB
CMYK
RGB Variations
Color information
#D0A327 (or 0xD0A327) is known color: Galliano. HEX triplet: D0, A3 and 27. RGB value is (208,163,39). Sum of RGB (Red+Green+Blue) = 208+163+39=410 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.73% from 410); Green value is 163 (64.06% from 255 or 39.76% from 410); Blue value is 39 (15.62% from 255 or 9.51% from 410); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A327 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A327 is #2F5CD8. Grayscale: #A2A2A2. Windows color (decimal): -3103961 or 2597840. OLE color: 2597840.
HSL color Cylindrical-coordinate representation of color #D0A327: hue angle of 44.02º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D0A327 is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 163 | 39 | - |
| CMYK | 0 | 0.22 | 0.81 | 0.18 |
| HSL | 44.02º | 0.68% | 0.48% | - |
| HSV(B) | 44.02º | 0.81% | 0.82% | - |
| XYZ | 39.48 | 39.75 | 7.51 | - |
| YUV | 162.32 | 58.41 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 163 | 39 | 0 | 0.22 | 0.81 | 0.18 | 44.02 | 0.68 | 0.48 |
| Hex | D0 | A3 | 27 | 0 | 16 | 51 | 12 | 2C | 44 | 30 |
| Octal | 320 | 243 | 47 | 0 | 26 | 121 | 22 | 54 | 104 | 60 |
| Binary | 11010000 | 10100011 | 100111 | 0 | 10110 | 1010001 | 10010 | 101100 | 1000100 | 110000 |
Color Harmonies of #D0A327
Complementary color
Monochromatic Colors of #D0A327
Black with #D0A327
Text Example
Text Example
White with #D0A327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A327; }
p { color: rgb(208,163,39); }
H1.HeaderClassName
{
color: #D0A327;
}
.AnyTagClassName
{
color: #D0A327;
}
</style>
background-color css
<style>
a { background-color: #D0A327; }
a { background-color: rgb(208,163,39); }
div.DivClassName
{
background-color: #D0A327;
}
.BgClassName
{
background-color: #D0A327;
}
</style>
border-color css
<style>
span { border-color: #D0A327; }
span { border-color: rgb(208,163,39); }
td.TdClassName
{
border-color: #D0A327;
}
.TagClassName
{
border-color: #D0A327;
}
</style>