Shades of Galliano #D0AD15
Tints of Galliano #D0AD15
RGB
CMYK
RGB Variations
Color information
#D0AD15 (or 0xD0AD15) is known color: Galliano. HEX triplet: D0, AD and 15. RGB value is (208,173,21). Sum of RGB (Red+Green+Blue) = 208+173+21=402 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.74% from 402); Green value is 173 (67.97% from 255 or 43.03% from 402); Blue value is 21 (8.59% from 255 or 5.22% from 402); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AD15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0AD15 is #2F52EA. Grayscale: #A6A6A6. Windows color (decimal): -3101419 or 1420752. OLE color: 1420752.
HSL color Cylindrical-coordinate representation of color #D0AD15: hue angle of 48.77º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D0AD15 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 173 | 21 | - |
| CMYK | 0 | 0.17 | 0.90 | 0.18 |
| HSL | 48.77º | 0.82% | 0.45% | - |
| HSV(B) | 48.77º | 0.9% | 0.82% | - |
| XYZ | 41.09 | 43.35 | 6.91 | - |
| YUV | 166.14 | 46.1 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 173 | 21 | 0 | 0.17 | 0.90 | 0.18 | 48.77 | 0.82 | 0.45 |
| Hex | D0 | AD | 15 | 0 | 11 | 5A | 12 | 31 | 52 | 2D |
| Octal | 320 | 255 | 25 | 0 | 21 | 132 | 22 | 61 | 122 | 55 |
| Binary | 11010000 | 10101101 | 10101 | 0 | 10001 | 1011010 | 10010 | 110001 | 1010010 | 101101 |
Color Harmonies of #D0AD15
Complementary color
Monochromatic Colors of #D0AD15
Black with #D0AD15
Text Example
Text Example
White with #D0AD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AD15; }
p { color: rgb(208,173,21); }
H1.HeaderClassName
{
color: #D0AD15;
}
.AnyTagClassName
{
color: #D0AD15;
}
</style>
background-color css
<style>
a { background-color: #D0AD15; }
a { background-color: rgb(208,173,21); }
div.DivClassName
{
background-color: #D0AD15;
}
.BgClassName
{
background-color: #D0AD15;
}
</style>
border-color css
<style>
span { border-color: #D0AD15; }
span { border-color: rgb(208,173,21); }
td.TdClassName
{
border-color: #D0AD15;
}
.TagClassName
{
border-color: #D0AD15;
}
</style>