Shades of Galliano #D6A12C
Tints of Galliano #D6A12C
RGB
CMYK
RGB Variations
Color information
#D6A12C (or 0xD6A12C) is known color: Galliano. HEX triplet: D6, A1 and 2C. RGB value is (214,161,44). Sum of RGB (Red+Green+Blue) = 214+161+44=419 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.07% from 419); Green value is 161 (63.28% from 255 or 38.42% from 419); Blue value is 44 (17.58% from 255 or 10.50% from 419); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A12C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A12C is #295ED3. Grayscale: #A4A4A4. Windows color (decimal): -2711252 or 2925014. OLE color: 2925014.
HSL color Cylindrical-coordinate representation of color #D6A12C: hue angle of 41.29º 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 #D6A12C is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 161 | 44 | - |
| CMYK | 0 | 0.25 | 0.79 | 0.16 |
| HSL | 41.29º | 0.67% | 0.51% | - |
| HSV(B) | 41.29º | 0.79% | 0.84% | - |
| XYZ | 40.93 | 39.97 | 7.94 | - |
| YUV | 163.51 | 60.56 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 161 | 44 | 0 | 0.25 | 0.79 | 0.16 | 41.29 | 0.67 | 0.51 |
| Hex | D6 | A1 | 2C | 0 | 19 | 4F | 10 | 29 | 43 | 33 |
| Octal | 326 | 241 | 54 | 0 | 31 | 117 | 20 | 51 | 103 | 63 |
| Binary | 11010110 | 10100001 | 101100 | 0 | 11001 | 1001111 | 10000 | 101001 | 1000011 | 110011 |
Color Harmonies of #D6A12C
Complementary color
Monochromatic Colors of #D6A12C
Black with #D6A12C
Text Example
Text Example
White with #D6A12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A12C; }
p { color: rgb(214,161,44); }
H1.HeaderClassName
{
color: #D6A12C;
}
.AnyTagClassName
{
color: #D6A12C;
}
</style>
background-color css
<style>
a { background-color: #D6A12C; }
a { background-color: rgb(214,161,44); }
div.DivClassName
{
background-color: #D6A12C;
}
.BgClassName
{
background-color: #D6A12C;
}
</style>
border-color css
<style>
span { border-color: #D6A12C; }
span { border-color: rgb(214,161,44); }
td.TdClassName
{
border-color: #D6A12C;
}
.TagClassName
{
border-color: #D6A12C;
}
</style>