Shades of Galliano #D5AD0C
Tints of Galliano #D5AD0C
RGB
CMYK
RGB Variations
Color information
#D5AD0C (or 0xD5AD0C) is known color: Galliano. HEX triplet: D5, AD and 0C. RGB value is (213,173,12). Sum of RGB (Red+Green+Blue) = 213+173+12=398 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.52% from 398); Green value is 173 (67.97% from 255 or 43.47% from 398); Blue value is 12 (5.08% from 255 or 3.02% from 398); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5AD0C is #2A52F3. Grayscale: #A7A7A7. Windows color (decimal): -2773748 or 830933. OLE color: 830933.
HSL color Cylindrical-coordinate representation of color #D5AD0C: hue angle of 48.06º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D5AD0C is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 173 | 12 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.16 |
| HSL | 48.06º | 0.89% | 0.44% | - |
| HSV(B) | 48.06º | 0.94% | 0.84% | - |
| XYZ | 42.45 | 44.06 | 6.61 | - |
| YUV | 166.61 | 40.75 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 173 | 12 | 0 | 0.19 | 0.94 | 0.16 | 48.06 | 0.89 | 0.44 |
| Hex | D5 | AD | C | 0 | 13 | 5E | 10 | 30 | 59 | 2C |
| Octal | 325 | 255 | 14 | 0 | 23 | 136 | 20 | 60 | 131 | 54 |
| Binary | 11010101 | 10101101 | 1100 | 0 | 10011 | 1011110 | 10000 | 110000 | 1011001 | 101100 |
Color Harmonies of #D5AD0C
Complementary color
Monochromatic Colors of #D5AD0C
Black with #D5AD0C
Text Example
Text Example
White with #D5AD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AD0C; }
p { color: rgb(213,173,12); }
H1.HeaderClassName
{
color: #D5AD0C;
}
.AnyTagClassName
{
color: #D5AD0C;
}
</style>
background-color css
<style>
a { background-color: #D5AD0C; }
a { background-color: rgb(213,173,12); }
div.DivClassName
{
background-color: #D5AD0C;
}
.BgClassName
{
background-color: #D5AD0C;
}
</style>
border-color css
<style>
span { border-color: #D5AD0C; }
span { border-color: rgb(213,173,12); }
td.TdClassName
{
border-color: #D5AD0C;
}
.TagClassName
{
border-color: #D5AD0C;
}
</style>