Shades of Galliano #D6A22C
Tints of Galliano #D6A22C
RGB
CMYK
RGB Variations
Color information
#D6A22C (or 0xD6A22C) is known color: Galliano. HEX triplet: D6, A2 and 2C. RGB value is (214,162,44). Sum of RGB (Red+Green+Blue) = 214+162+44=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 44 (17.58% from 255 or 10.48% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A22C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A22C is #295DD3. Grayscale: #A4A4A4. Windows color (decimal): -2710996 or 2925270. OLE color: 2925270.
HSL color Cylindrical-coordinate representation of color #D6A22C: hue angle of 41.65º 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 #D6A22C is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 162 | 44 | - |
| CMYK | 0 | 0.24 | 0.79 | 0.16 |
| HSL | 41.65º | 0.67% | 0.51% | - |
| HSV(B) | 41.65º | 0.79% | 0.84% | - |
| XYZ | 41.11 | 40.32 | 8 | - |
| YUV | 164.1 | 60.23 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 162 | 44 | 0 | 0.24 | 0.79 | 0.16 | 41.65 | 0.67 | 0.51 |
| Hex | D6 | A2 | 2C | 0 | 18 | 4F | 10 | 2A | 43 | 33 |
| Octal | 326 | 242 | 54 | 0 | 30 | 117 | 20 | 52 | 103 | 63 |
| Binary | 11010110 | 10100010 | 101100 | 0 | 11000 | 1001111 | 10000 | 101010 | 1000011 | 110011 |
Color Harmonies of #D6A22C
Complementary color
Monochromatic Colors of #D6A22C
Black with #D6A22C
Text Example
Text Example
White with #D6A22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A22C; }
p { color: rgb(214,162,44); }
H1.HeaderClassName
{
color: #D6A22C;
}
.AnyTagClassName
{
color: #D6A22C;
}
</style>
background-color css
<style>
a { background-color: #D6A22C; }
a { background-color: rgb(214,162,44); }
div.DivClassName
{
background-color: #D6A22C;
}
.BgClassName
{
background-color: #D6A22C;
}
</style>
border-color css
<style>
span { border-color: #D6A22C; }
span { border-color: rgb(214,162,44); }
td.TdClassName
{
border-color: #D6A22C;
}
.TagClassName
{
border-color: #D6A22C;
}
</style>