Shades of Galliano #D0A627
Tints of Galliano #D0A627
RGB
CMYK
RGB Variations
Color information
#D0A627 (or 0xD0A627) is known color: Galliano. HEX triplet: D0, A6 and 27. RGB value is (208,166,39). Sum of RGB (Red+Green+Blue) = 208+166+39=413 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.36% from 413); Green value is 166 (65.23% from 255 or 40.19% from 413); Blue value is 39 (15.62% from 255 or 9.44% from 413); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A627 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A627 is #2F59D8. Grayscale: #A4A4A4. Windows color (decimal): -3103193 or 2598608. OLE color: 2598608.
HSL color Cylindrical-coordinate representation of color #D0A627: hue angle of 45.09º 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 #D0A627 is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 166 | 39 | - |
| CMYK | 0 | 0.20 | 0.81 | 0.18 |
| HSL | 45.09º | 0.68% | 0.48% | - |
| HSV(B) | 45.09º | 0.81% | 0.82% | - |
| XYZ | 40.01 | 40.83 | 7.69 | - |
| YUV | 164.08 | 57.41 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 166 | 39 | 0 | 0.20 | 0.81 | 0.18 | 45.09 | 0.68 | 0.48 |
| Hex | D0 | A6 | 27 | 0 | 14 | 51 | 12 | 2D | 44 | 30 |
| Octal | 320 | 246 | 47 | 0 | 24 | 121 | 22 | 55 | 104 | 60 |
| Binary | 11010000 | 10100110 | 100111 | 0 | 10100 | 1010001 | 10010 | 101101 | 1000100 | 110000 |
Color Harmonies of #D0A627
Complementary color
Monochromatic Colors of #D0A627
Black with #D0A627
Text Example
Text Example
White with #D0A627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A627; }
p { color: rgb(208,166,39); }
H1.HeaderClassName
{
color: #D0A627;
}
.AnyTagClassName
{
color: #D0A627;
}
</style>
background-color css
<style>
a { background-color: #D0A627; }
a { background-color: rgb(208,166,39); }
div.DivClassName
{
background-color: #D0A627;
}
.BgClassName
{
background-color: #D0A627;
}
</style>
border-color css
<style>
span { border-color: #D0A627; }
span { border-color: rgb(208,166,39); }
td.TdClassName
{
border-color: #D0A627;
}
.TagClassName
{
border-color: #D0A627;
}
</style>