Shades of Galliano #D2A42A
Tints of Galliano #D2A42A
RGB
CMYK
RGB Variations
Color information
#D2A42A (or 0xD2A42A) is known color: Galliano. HEX triplet: D2, A4 and 2A. RGB value is (210,164,42). Sum of RGB (Red+Green+Blue) = 210+164+42=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 164 (64.45% from 255 or 39.42% from 416); Blue value is 42 (16.80% from 255 or 10.10% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A42A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A42A is #2D5BD5. Grayscale: #A4A4A4. Windows color (decimal): -2972630 or 2794706. OLE color: 2794706.
HSL color Cylindrical-coordinate representation of color #D2A42A: hue angle of 43.57º 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 #D2A42A is Cyan = 0, Magento = 0.22, Yellow = 0.8 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 164 | 42 | - |
| CMYK | 0 | 0.22 | 0.8 | 0.18 |
| HSL | 43.57º | 0.67% | 0.49% | - |
| HSV(B) | 43.57º | 0.8% | 0.82% | - |
| XYZ | 40.27 | 40.42 | 7.87 | - |
| YUV | 163.85 | 59.24 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 164 | 42 | 0 | 0.22 | 0.8 | 0.18 | 43.57 | 0.67 | 0.49 |
| Hex | D2 | A4 | 2A | 0 | 16 | 50 | 12 | 2C | 43 | 31 |
| Octal | 322 | 244 | 52 | 0 | 26 | 120 | 22 | 54 | 103 | 61 |
| Binary | 11010010 | 10100100 | 101010 | 0 | 10110 | 1010000 | 10010 | 101100 | 1000011 | 110001 |
Color Harmonies of #D2A42A
Complementary color
Monochromatic Colors of #D2A42A
Black with #D2A42A
Text Example
Text Example
White with #D2A42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A42A; }
p { color: rgb(210,164,42); }
H1.HeaderClassName
{
color: #D2A42A;
}
.AnyTagClassName
{
color: #D2A42A;
}
</style>
background-color css
<style>
a { background-color: #D2A42A; }
a { background-color: rgb(210,164,42); }
div.DivClassName
{
background-color: #D2A42A;
}
.BgClassName
{
background-color: #D2A42A;
}
</style>
border-color css
<style>
span { border-color: #D2A42A; }
span { border-color: rgb(210,164,42); }
td.TdClassName
{
border-color: #D2A42A;
}
.TagClassName
{
border-color: #D2A42A;
}
</style>