Shades of Galliano #D6A31A
Tints of Galliano #D6A31A
RGB
CMYK
RGB Variations
Color information
#D6A31A (or 0xD6A31A) is known color: Galliano. HEX triplet: D6, A3 and 1A. RGB value is (214,163,26). Sum of RGB (Red+Green+Blue) = 214+163+26=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 163 (64.06% from 255 or 40.45% from 403); Blue value is 26 (10.55% from 255 or 6.45% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A31A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A31A is #295CE5. Grayscale: #A3A3A3. Windows color (decimal): -2710758 or 1745878. OLE color: 1745878.
HSL color Cylindrical-coordinate representation of color #D6A31A: hue angle of 43.72º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D6A31A is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 163 | 26 | - |
| CMYK | 0 | 0.24 | 0.88 | 0.16 |
| HSL | 43.72º | 0.78% | 0.47% | - |
| HSV(B) | 43.72º | 0.88% | 0.84% | - |
| XYZ | 41.02 | 40.57 | 6.65 | - |
| YUV | 162.63 | 50.9 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 163 | 26 | 0 | 0.24 | 0.88 | 0.16 | 43.72 | 0.78 | 0.47 |
| Hex | D6 | A3 | 1A | 0 | 18 | 58 | 10 | 2C | 4E | 2F |
| Octal | 326 | 243 | 32 | 0 | 30 | 130 | 20 | 54 | 116 | 57 |
| Binary | 11010110 | 10100011 | 11010 | 0 | 11000 | 1011000 | 10000 | 101100 | 1001110 | 101111 |
Color Harmonies of #D6A31A
Complementary color
Monochromatic Colors of #D6A31A
Black with #D6A31A
Text Example
Text Example
White with #D6A31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A31A; }
p { color: rgb(214,163,26); }
H1.HeaderClassName
{
color: #D6A31A;
}
.AnyTagClassName
{
color: #D6A31A;
}
</style>
background-color css
<style>
a { background-color: #D6A31A; }
a { background-color: rgb(214,163,26); }
div.DivClassName
{
background-color: #D6A31A;
}
.BgClassName
{
background-color: #D6A31A;
}
</style>
border-color css
<style>
span { border-color: #D6A31A; }
span { border-color: rgb(214,163,26); }
td.TdClassName
{
border-color: #D6A31A;
}
.TagClassName
{
border-color: #D6A31A;
}
</style>