Shades of Galliano #D1AC2A
Tints of Galliano #D1AC2A
RGB
CMYK
RGB Variations
Color information
#D1AC2A (or 0xD1AC2A) is known color: Galliano. HEX triplet: D1, AC and 2A. RGB value is (209,172,42). Sum of RGB (Red+Green+Blue) = 209+172+42=423 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.41% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 42 (16.80% from 255 or 9.93% from 423); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AC2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AC2A is #2E53D5. Grayscale: #A8A8A8. Windows color (decimal): -3036118 or 2796753. OLE color: 2796753.
HSL color Cylindrical-coordinate representation of color #D1AC2A: hue angle of 46.71º 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 #D1AC2A is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 172 | 42 | - |
| CMYK | 0 | 0.18 | 0.80 | 0.18 |
| HSL | 46.71º | 0.67% | 0.49% | - |
| HSV(B) | 46.71º | 0.8% | 0.82% | - |
| XYZ | 41.46 | 43.23 | 8.35 | - |
| YUV | 168.24 | 56.76 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 172 | 42 | 0 | 0.18 | 0.80 | 0.18 | 46.71 | 0.67 | 0.49 |
| Hex | D1 | AC | 2A | 0 | 12 | 50 | 12 | 2F | 43 | 31 |
| Octal | 321 | 254 | 52 | 0 | 22 | 120 | 22 | 57 | 103 | 61 |
| Binary | 11010001 | 10101100 | 101010 | 0 | 10010 | 1010000 | 10010 | 101111 | 1000011 | 110001 |
Color Harmonies of #D1AC2A
Complementary color
Monochromatic Colors of #D1AC2A
Black with #D1AC2A
Text Example
Text Example
White with #D1AC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AC2A; }
p { color: rgb(209,172,42); }
H1.HeaderClassName
{
color: #D1AC2A;
}
.AnyTagClassName
{
color: #D1AC2A;
}
</style>
background-color css
<style>
a { background-color: #D1AC2A; }
a { background-color: rgb(209,172,42); }
div.DivClassName
{
background-color: #D1AC2A;
}
.BgClassName
{
background-color: #D1AC2A;
}
</style>
border-color css
<style>
span { border-color: #D1AC2A; }
span { border-color: rgb(209,172,42); }
td.TdClassName
{
border-color: #D1AC2A;
}
.TagClassName
{
border-color: #D1AC2A;
}
</style>