Shades of Galliano #D1A62A
Tints of Galliano #D1A62A
RGB
CMYK
RGB Variations
Color information
#D1A62A (or 0xD1A62A) is known color: Galliano. HEX triplet: D1, A6 and 2A. RGB value is (209,166,42). Sum of RGB (Red+Green+Blue) = 209+166+42=417 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.12% from 417); Green value is 166 (65.23% from 255 or 39.81% from 417); Blue value is 42 (16.80% from 255 or 10.07% from 417); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A62A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A62A is #2E59D5. Grayscale: #A5A5A5. Windows color (decimal): -3037654 or 2795217. OLE color: 2795217.
HSL color Cylindrical-coordinate representation of color #D1A62A: hue angle of 44.55º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D1A62A is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 166 | 42 | - |
| CMYK | 0 | 0.21 | 0.80 | 0.18 |
| HSL | 44.55º | 0.67% | 0.49% | - |
| HSV(B) | 44.55º | 0.8% | 0.82% | - |
| XYZ | 40.35 | 40.99 | 7.98 | - |
| YUV | 164.72 | 58.75 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 166 | 42 | 0 | 0.21 | 0.80 | 0.18 | 44.55 | 0.67 | 0.49 |
| Hex | D1 | A6 | 2A | 0 | 15 | 50 | 12 | 2D | 43 | 31 |
| Octal | 321 | 246 | 52 | 0 | 25 | 120 | 22 | 55 | 103 | 61 |
| Binary | 11010001 | 10100110 | 101010 | 0 | 10101 | 1010000 | 10010 | 101101 | 1000011 | 110001 |
Color Harmonies of #D1A62A
Complementary color
Monochromatic Colors of #D1A62A
Black with #D1A62A
Text Example
Text Example
White with #D1A62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A62A; }
p { color: rgb(209,166,42); }
H1.HeaderClassName
{
color: #D1A62A;
}
.AnyTagClassName
{
color: #D1A62A;
}
</style>
background-color css
<style>
a { background-color: #D1A62A; }
a { background-color: rgb(209,166,42); }
div.DivClassName
{
background-color: #D1A62A;
}
.BgClassName
{
background-color: #D1A62A;
}
</style>
border-color css
<style>
span { border-color: #D1A62A; }
span { border-color: rgb(209,166,42); }
td.TdClassName
{
border-color: #D1A62A;
}
.TagClassName
{
border-color: #D1A62A;
}
</style>