Shades of Galliano #D6AC2C
Tints of Galliano #D6AC2C
RGB
CMYK
RGB Variations
Color information
#D6AC2C (or 0xD6AC2C) is known color: Galliano. HEX triplet: D6, AC and 2C. RGB value is (214,172,44). Sum of RGB (Red+Green+Blue) = 214+172+44=430 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.77% from 430); Green value is 172 (67.58% from 255 or 40% from 430); Blue value is 44 (17.58% from 255 or 10.23% from 430); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AC2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AC2C is #2953D3. Grayscale: #AAAAAA. Windows color (decimal): -2708436 or 2927830. OLE color: 2927830.
HSL color Cylindrical-coordinate representation of color #D6AC2C: hue angle of 45.18º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6AC2C is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 172 | 44 | - |
| CMYK | 0 | 0.20 | 0.79 | 0.16 |
| HSL | 45.18º | 0.67% | 0.51% | - |
| HSV(B) | 45.18º | 0.79% | 0.84% | - |
| XYZ | 42.94 | 43.98 | 8.61 | - |
| YUV | 169.97 | 56.91 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 172 | 44 | 0 | 0.20 | 0.79 | 0.16 | 45.18 | 0.67 | 0.51 |
| Hex | D6 | AC | 2C | 0 | 14 | 4F | 10 | 2D | 43 | 33 |
| Octal | 326 | 254 | 54 | 0 | 24 | 117 | 20 | 55 | 103 | 63 |
| Binary | 11010110 | 10101100 | 101100 | 0 | 10100 | 1001111 | 10000 | 101101 | 1000011 | 110011 |
Color Harmonies of #D6AC2C
Complementary color
Monochromatic Colors of #D6AC2C
Black with #D6AC2C
Text Example
Text Example
White with #D6AC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AC2C; }
p { color: rgb(214,172,44); }
H1.HeaderClassName
{
color: #D6AC2C;
}
.AnyTagClassName
{
color: #D6AC2C;
}
</style>
background-color css
<style>
a { background-color: #D6AC2C; }
a { background-color: rgb(214,172,44); }
div.DivClassName
{
background-color: #D6AC2C;
}
.BgClassName
{
background-color: #D6AC2C;
}
</style>
border-color css
<style>
span { border-color: #D6AC2C; }
span { border-color: rgb(214,172,44); }
td.TdClassName
{
border-color: #D6AC2C;
}
.TagClassName
{
border-color: #D6AC2C;
}
</style>