Shades of Galliano #D2A629
Tints of Galliano #D2A629
RGB
CMYK
RGB Variations
Color information
#D2A629 (or 0xD2A629) is known color: Galliano. HEX triplet: D2, A6 and 29. RGB value is (210,166,41). Sum of RGB (Red+Green+Blue) = 210+166+41=417 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.36% from 417); Green value is 166 (65.23% from 255 or 39.81% from 417); Blue value is 41 (16.41% from 255 or 9.83% from 417); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A629 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A629 is #2D59D6. Grayscale: #A5A5A5. Windows color (decimal): -2972119 or 2729682. OLE color: 2729682.
HSL color Cylindrical-coordinate representation of color #D2A629: hue angle of 44.38º 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 #D2A629 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 166 | 41 | - |
| CMYK | 0 | 0.21 | 0.80 | 0.18 |
| HSL | 44.38º | 0.67% | 0.49% | - |
| HSV(B) | 44.38º | 0.8% | 0.82% | - |
| XYZ | 40.61 | 41.13 | 7.9 | - |
| YUV | 164.91 | 58.08 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 166 | 41 | 0 | 0.21 | 0.80 | 0.18 | 44.38 | 0.67 | 0.49 |
| Hex | D2 | A6 | 29 | 0 | 15 | 50 | 12 | 2C | 43 | 31 |
| Octal | 322 | 246 | 51 | 0 | 25 | 120 | 22 | 54 | 103 | 61 |
| Binary | 11010010 | 10100110 | 101001 | 0 | 10101 | 1010000 | 10010 | 101100 | 1000011 | 110001 |
Color Harmonies of #D2A629
Complementary color
Monochromatic Colors of #D2A629
Black with #D2A629
Text Example
Text Example
White with #D2A629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A629; }
p { color: rgb(210,166,41); }
H1.HeaderClassName
{
color: #D2A629;
}
.AnyTagClassName
{
color: #D2A629;
}
</style>
background-color css
<style>
a { background-color: #D2A629; }
a { background-color: rgb(210,166,41); }
div.DivClassName
{
background-color: #D2A629;
}
.BgClassName
{
background-color: #D2A629;
}
</style>
border-color css
<style>
span { border-color: #D2A629; }
span { border-color: rgb(210,166,41); }
td.TdClassName
{
border-color: #D2A629;
}
.TagClassName
{
border-color: #D2A629;
}
</style>