Shades of Galliano #D1A42A
Tints of Galliano #D1A42A
RGB
CMYK
RGB Variations
Color information
#D1A42A (or 0xD1A42A) is known color: Galliano. HEX triplet: D1, A4 and 2A. RGB value is (209,164,42). Sum of RGB (Red+Green+Blue) = 209+164+42=415 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.36% from 415); Green value is 164 (64.45% from 255 or 39.52% from 415); Blue value is 42 (16.80% from 255 or 10.12% from 415); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A42A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A42A is #2E5BD5. Grayscale: #A4A4A4. Windows color (decimal): -3038166 or 2794705. OLE color: 2794705.
HSL color Cylindrical-coordinate representation of color #D1A42A: hue angle of 43.83º 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 #D1A42A is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 164 | 42 | - |
| CMYK | 0 | 0.22 | 0.80 | 0.18 |
| HSL | 43.83º | 0.67% | 0.49% | - |
| HSV(B) | 43.83º | 0.8% | 0.82% | - |
| XYZ | 39.99 | 40.27 | 7.86 | - |
| YUV | 163.55 | 59.41 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 164 | 42 | 0 | 0.22 | 0.80 | 0.18 | 43.83 | 0.67 | 0.49 |
| Hex | D1 | A4 | 2A | 0 | 16 | 50 | 12 | 2C | 43 | 31 |
| Octal | 321 | 244 | 52 | 0 | 26 | 120 | 22 | 54 | 103 | 61 |
| Binary | 11010001 | 10100100 | 101010 | 0 | 10110 | 1010000 | 10010 | 101100 | 1000011 | 110001 |
Color Harmonies of #D1A42A
Complementary color
Monochromatic Colors of #D1A42A
Black with #D1A42A
Text Example
Text Example
White with #D1A42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A42A; }
p { color: rgb(209,164,42); }
H1.HeaderClassName
{
color: #D1A42A;
}
.AnyTagClassName
{
color: #D1A42A;
}
</style>
background-color css
<style>
a { background-color: #D1A42A; }
a { background-color: rgb(209,164,42); }
div.DivClassName
{
background-color: #D1A42A;
}
.BgClassName
{
background-color: #D1A42A;
}
</style>
border-color css
<style>
span { border-color: #D1A42A; }
span { border-color: rgb(209,164,42); }
td.TdClassName
{
border-color: #D1A42A;
}
.TagClassName
{
border-color: #D1A42A;
}
</style>