Shades of Galliano #D6A322
Tints of Galliano #D6A322
RGB
CMYK
RGB Variations
Color information
#D6A322 (or 0xD6A322) is known color: Galliano. HEX triplet: D6, A3 and 22. RGB value is (214,163,34). Sum of RGB (Red+Green+Blue) = 214+163+34=411 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.07% from 411); Green value is 163 (64.06% from 255 or 39.66% from 411); Blue value is 34 (13.67% from 255 or 8.27% from 411); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A322 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A322 is #295CDD. Grayscale: #A4A4A4. Windows color (decimal): -2710750 or 2270166. OLE color: 2270166.
HSL color Cylindrical-coordinate representation of color #D6A322: hue angle of 43º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D6A322 is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 163 | 34 | - |
| CMYK | 0 | 0.24 | 0.84 | 0.16 |
| HSL | 43º | 0.73% | 0.49% | - |
| HSV(B) | 43º | 0.84% | 0.84% | - |
| XYZ | 41.12 | 40.61 | 7.18 | - |
| YUV | 163.54 | 54.9 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 163 | 34 | 0 | 0.24 | 0.84 | 0.16 | 43 | 0.73 | 0.49 |
| Hex | D6 | A3 | 22 | 0 | 18 | 54 | 10 | 2B | 49 | 31 |
| Octal | 326 | 243 | 42 | 0 | 30 | 124 | 20 | 53 | 111 | 61 |
| Binary | 11010110 | 10100011 | 100010 | 0 | 11000 | 1010100 | 10000 | 101011 | 1001001 | 110001 |
Color Harmonies of #D6A322
Complementary color
Monochromatic Colors of #D6A322
Black with #D6A322
Text Example
Text Example
White with #D6A322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A322; }
p { color: rgb(214,163,34); }
H1.HeaderClassName
{
color: #D6A322;
}
.AnyTagClassName
{
color: #D6A322;
}
</style>
background-color css
<style>
a { background-color: #D6A322; }
a { background-color: rgb(214,163,34); }
div.DivClassName
{
background-color: #D6A322;
}
.BgClassName
{
background-color: #D6A322;
}
</style>
border-color css
<style>
span { border-color: #D6A322; }
span { border-color: rgb(214,163,34); }
td.TdClassName
{
border-color: #D6A322;
}
.TagClassName
{
border-color: #D6A322;
}
</style>