Shades of Galliano #D0AA09
Tints of Galliano #D0AA09
RGB
CMYK
RGB Variations
Color information
#D0AA09 (or 0xD0AA09) is known color: Galliano. HEX triplet: D0, AA and 09. RGB value is (208,170,9). Sum of RGB (Red+Green+Blue) = 208+170+9=387 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.75% from 387); Green value is 170 (66.80% from 255 or 43.93% from 387); Blue value is 9 (3.91% from 255 or 2.33% from 387); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AA09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0AA09 is #2F55F6. Grayscale: #A3A3A3. Windows color (decimal): -3102199 or 633552. OLE color: 633552.
HSL color Cylindrical-coordinate representation of color #D0AA09: hue angle of 48.54º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D0AA09 is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 170 | 9 | - |
| CMYK | 0 | 0.18 | 0.96 | 0.18 |
| HSL | 48.54º | 0.92% | 0.43% | - |
| HSV(B) | 48.54º | 0.96% | 0.82% | - |
| XYZ | 40.44 | 42.18 | 6.27 | - |
| YUV | 163.01 | 41.09 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 170 | 9 | 0 | 0.18 | 0.96 | 0.18 | 48.54 | 0.92 | 0.43 |
| Hex | D0 | AA | 9 | 0 | 12 | 60 | 12 | 31 | 5C | 2B |
| Octal | 320 | 252 | 11 | 0 | 22 | 140 | 22 | 61 | 134 | 53 |
| Binary | 11010000 | 10101010 | 1001 | 0 | 10010 | 1100000 | 10010 | 110001 | 1011100 | 101011 |
Color Harmonies of #D0AA09
Complementary color
Monochromatic Colors of #D0AA09
Black with #D0AA09
Text Example
Text Example
White with #D0AA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AA09; }
p { color: rgb(208,170,9); }
H1.HeaderClassName
{
color: #D0AA09;
}
.AnyTagClassName
{
color: #D0AA09;
}
</style>
background-color css
<style>
a { background-color: #D0AA09; }
a { background-color: rgb(208,170,9); }
div.DivClassName
{
background-color: #D0AA09;
}
.BgClassName
{
background-color: #D0AA09;
}
</style>
border-color css
<style>
span { border-color: #D0AA09; }
span { border-color: rgb(208,170,9); }
td.TdClassName
{
border-color: #D0AA09;
}
.TagClassName
{
border-color: #D0AA09;
}
</style>