Shades of Galliano #D1AA0D
Tints of Galliano #D1AA0D
RGB
CMYK
RGB Variations
Color information
#D1AA0D (or 0xD1AA0D) is known color: Galliano. HEX triplet: D1, AA and 0D. RGB value is (209,170,13). Sum of RGB (Red+Green+Blue) = 209+170+13=392 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.32% from 392); Green value is 170 (66.80% from 255 or 43.37% from 392); Blue value is 13 (5.47% from 255 or 3.32% from 392); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AA0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1AA0D is #2E55F2. Grayscale: #A4A4A4. Windows color (decimal): -3036659 or 895697. OLE color: 895697.
HSL color Cylindrical-coordinate representation of color #D1AA0D: hue angle of 48.06º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D1AA0D is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 170 | 13 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.18 |
| HSL | 48.06º | 0.88% | 0.44% | - |
| HSV(B) | 48.06º | 0.94% | 0.82% | - |
| XYZ | 40.74 | 42.33 | 6.4 | - |
| YUV | 163.76 | 42.92 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 170 | 13 | 0 | 0.19 | 0.94 | 0.18 | 48.06 | 0.88 | 0.44 |
| Hex | D1 | AA | D | 0 | 13 | 5E | 12 | 30 | 58 | 2C |
| Octal | 321 | 252 | 15 | 0 | 23 | 136 | 22 | 60 | 130 | 54 |
| Binary | 11010001 | 10101010 | 1101 | 0 | 10011 | 1011110 | 10010 | 110000 | 1011000 | 101100 |
Color Harmonies of #D1AA0D
Complementary color
Monochromatic Colors of #D1AA0D
Black with #D1AA0D
Text Example
Text Example
White with #D1AA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AA0D; }
p { color: rgb(209,170,13); }
H1.HeaderClassName
{
color: #D1AA0D;
}
.AnyTagClassName
{
color: #D1AA0D;
}
</style>
background-color css
<style>
a { background-color: #D1AA0D; }
a { background-color: rgb(209,170,13); }
div.DivClassName
{
background-color: #D1AA0D;
}
.BgClassName
{
background-color: #D1AA0D;
}
</style>
border-color css
<style>
span { border-color: #D1AA0D; }
span { border-color: rgb(209,170,13); }
td.TdClassName
{
border-color: #D1AA0D;
}
.TagClassName
{
border-color: #D1AA0D;
}
</style>