Shades of Galliano #D0AE14
Tints of Galliano #D0AE14
RGB
CMYK
RGB Variations
Color information
#D0AE14 (or 0xD0AE14) is known color: Galliano. HEX triplet: D0, AE and 14. RGB value is (208,174,20). Sum of RGB (Red+Green+Blue) = 208+174+20=402 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.74% from 402); Green value is 174 (68.36% from 255 or 43.28% from 402); Blue value is 20 (8.20% from 255 or 4.98% from 402); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AE14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0AE14 is #2F51EB. Grayscale: #A7A7A7. Windows color (decimal): -3101164 or 1355472. OLE color: 1355472.
HSL color Cylindrical-coordinate representation of color #D0AE14: hue angle of 49.15º 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 #D0AE14 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 174 | 20 | - |
| CMYK | 0 | 0.16 | 0.90 | 0.18 |
| HSL | 49.15º | 0.82% | 0.45% | - |
| HSV(B) | 49.15º | 0.9% | 0.82% | - |
| XYZ | 41.27 | 43.73 | 6.93 | - |
| YUV | 166.61 | 45.26 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 174 | 20 | 0 | 0.16 | 0.90 | 0.18 | 49.15 | 0.82 | 0.45 |
| Hex | D0 | AE | 14 | 0 | 10 | 5A | 12 | 31 | 52 | 2D |
| Octal | 320 | 256 | 24 | 0 | 20 | 132 | 22 | 61 | 122 | 55 |
| Binary | 11010000 | 10101110 | 10100 | 0 | 10000 | 1011010 | 10010 | 110001 | 1010010 | 101101 |
Color Harmonies of #D0AE14
Complementary color
Monochromatic Colors of #D0AE14
Black with #D0AE14
Text Example
Text Example
White with #D0AE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AE14; }
p { color: rgb(208,174,20); }
H1.HeaderClassName
{
color: #D0AE14;
}
.AnyTagClassName
{
color: #D0AE14;
}
</style>
background-color css
<style>
a { background-color: #D0AE14; }
a { background-color: rgb(208,174,20); }
div.DivClassName
{
background-color: #D0AE14;
}
.BgClassName
{
background-color: #D0AE14;
}
</style>
border-color css
<style>
span { border-color: #D0AE14; }
span { border-color: rgb(208,174,20); }
td.TdClassName
{
border-color: #D0AE14;
}
.TagClassName
{
border-color: #D0AE14;
}
</style>