Shades of Galliano #D0AD24
Tints of Galliano #D0AD24
RGB
CMYK
RGB Variations
Color information
#D0AD24 (or 0xD0AD24) is known color: Galliano. HEX triplet: D0, AD and 24. RGB value is (208,173,36). Sum of RGB (Red+Green+Blue) = 208+173+36=417 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.88% from 417); Green value is 173 (67.97% from 255 or 41.49% from 417); Blue value is 36 (14.45% from 255 or 8.63% from 417); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AD24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AD24 is #2F52DB. Grayscale: #A8A8A8. Windows color (decimal): -3101404 or 2403792. OLE color: 2403792.
HSL color Cylindrical-coordinate representation of color #D0AD24: hue angle of 47.79º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D0AD24 is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 173 | 36 | - |
| CMYK | 0 | 0.17 | 0.83 | 0.18 |
| HSL | 47.79º | 0.7% | 0.48% | - |
| HSV(B) | 47.79º | 0.83% | 0.82% | - |
| XYZ | 41.27 | 43.42 | 7.88 | - |
| YUV | 167.85 | 53.6 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 173 | 36 | 0 | 0.17 | 0.83 | 0.18 | 47.79 | 0.7 | 0.48 |
| Hex | D0 | AD | 24 | 0 | 11 | 53 | 12 | 30 | 46 | 30 |
| Octal | 320 | 255 | 44 | 0 | 21 | 123 | 22 | 60 | 106 | 60 |
| Binary | 11010000 | 10101101 | 100100 | 0 | 10001 | 1010011 | 10010 | 110000 | 1000110 | 110000 |
Color Harmonies of #D0AD24
Complementary color
Monochromatic Colors of #D0AD24
Black with #D0AD24
Text Example
Text Example
White with #D0AD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AD24; }
p { color: rgb(208,173,36); }
H1.HeaderClassName
{
color: #D0AD24;
}
.AnyTagClassName
{
color: #D0AD24;
}
</style>
background-color css
<style>
a { background-color: #D0AD24; }
a { background-color: rgb(208,173,36); }
div.DivClassName
{
background-color: #D0AD24;
}
.BgClassName
{
background-color: #D0AD24;
}
</style>
border-color css
<style>
span { border-color: #D0AD24; }
span { border-color: rgb(208,173,36); }
td.TdClassName
{
border-color: #D0AD24;
}
.TagClassName
{
border-color: #D0AD24;
}
</style>