Shades of Galliano #D0AC14
Tints of Galliano #D0AC14
RGB
CMYK
RGB Variations
Color information
#D0AC14 (or 0xD0AC14) is known color: Galliano. HEX triplet: D0, AC and 14. RGB value is (208,172,20). Sum of RGB (Red+Green+Blue) = 208+172+20=400 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52% from 400); Green value is 172 (67.58% from 255 or 43% from 400); Blue value is 20 (8.20% from 255 or 5% from 400); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AC14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0AC14 is #2F53EB. Grayscale: #A6A6A6. Windows color (decimal): -3101676 or 1354960. OLE color: 1354960.
HSL color Cylindrical-coordinate representation of color #D0AC14: hue angle of 48.51º 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 #D0AC14 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 172 | 20 | - |
| CMYK | 0 | 0.17 | 0.90 | 0.18 |
| HSL | 48.51º | 0.82% | 0.45% | - |
| HSV(B) | 48.51º | 0.9% | 0.82% | - |
| XYZ | 40.89 | 42.97 | 6.8 | - |
| YUV | 165.44 | 45.93 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 172 | 20 | 0 | 0.17 | 0.90 | 0.18 | 48.51 | 0.82 | 0.45 |
| Hex | D0 | AC | 14 | 0 | 11 | 5A | 12 | 31 | 52 | 2D |
| Octal | 320 | 254 | 24 | 0 | 21 | 132 | 22 | 61 | 122 | 55 |
| Binary | 11010000 | 10101100 | 10100 | 0 | 10001 | 1011010 | 10010 | 110001 | 1010010 | 101101 |
Color Harmonies of #D0AC14
Complementary color
Monochromatic Colors of #D0AC14
Black with #D0AC14
Text Example
Text Example
White with #D0AC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AC14; }
p { color: rgb(208,172,20); }
H1.HeaderClassName
{
color: #D0AC14;
}
.AnyTagClassName
{
color: #D0AC14;
}
</style>
background-color css
<style>
a { background-color: #D0AC14; }
a { background-color: rgb(208,172,20); }
div.DivClassName
{
background-color: #D0AC14;
}
.BgClassName
{
background-color: #D0AC14;
}
</style>
border-color css
<style>
span { border-color: #D0AC14; }
span { border-color: rgb(208,172,20); }
td.TdClassName
{
border-color: #D0AC14;
}
.TagClassName
{
border-color: #D0AC14;
}
</style>