Shades of Galliano #D2AD1D
Tints of Galliano #D2AD1D
RGB
CMYK
RGB Variations
Color information
#D2AD1D (or 0xD2AD1D) is known color: Galliano. HEX triplet: D2, AD and 1D. RGB value is (210,173,29). Sum of RGB (Red+Green+Blue) = 210+173+29=412 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.97% from 412); Green value is 173 (67.97% from 255 or 41.99% from 412); Blue value is 29 (11.72% from 255 or 7.04% from 412); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AD1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2AD1D is #2D52E2. Grayscale: #A8A8A8. Windows color (decimal): -2970339 or 1945042. OLE color: 1945042.
HSL color Cylindrical-coordinate representation of color #D2AD1D: hue angle of 47.73º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D2AD1D is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 173 | 29 | - |
| CMYK | 0 | 0.18 | 0.86 | 0.18 |
| HSL | 47.73º | 0.76% | 0.47% | - |
| HSV(B) | 47.73º | 0.86% | 0.82% | - |
| XYZ | 41.74 | 43.68 | 7.39 | - |
| YUV | 167.65 | 49.76 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 173 | 29 | 0 | 0.18 | 0.86 | 0.18 | 47.73 | 0.76 | 0.47 |
| Hex | D2 | AD | 1D | 0 | 12 | 56 | 12 | 30 | 4C | 2F |
| Octal | 322 | 255 | 35 | 0 | 22 | 126 | 22 | 60 | 114 | 57 |
| Binary | 11010010 | 10101101 | 11101 | 0 | 10010 | 1010110 | 10010 | 110000 | 1001100 | 101111 |
Color Harmonies of #D2AD1D
Complementary color
Monochromatic Colors of #D2AD1D
Black with #D2AD1D
Text Example
Text Example
White with #D2AD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AD1D; }
p { color: rgb(210,173,29); }
H1.HeaderClassName
{
color: #D2AD1D;
}
.AnyTagClassName
{
color: #D2AD1D;
}
</style>
background-color css
<style>
a { background-color: #D2AD1D; }
a { background-color: rgb(210,173,29); }
div.DivClassName
{
background-color: #D2AD1D;
}
.BgClassName
{
background-color: #D2AD1D;
}
</style>
border-color css
<style>
span { border-color: #D2AD1D; }
span { border-color: rgb(210,173,29); }
td.TdClassName
{
border-color: #D2AD1D;
}
.TagClassName
{
border-color: #D2AD1D;
}
</style>