Shades of Galliano #D6AA1B
Tints of Galliano #D6AA1B
RGB
CMYK
RGB Variations
Color information
#D6AA1B (or 0xD6AA1B) is known color: Galliano. HEX triplet: D6, AA and 1B. RGB value is (214,170,27). Sum of RGB (Red+Green+Blue) = 214+170+27=411 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.07% from 411); Green value is 170 (66.80% from 255 or 41.36% from 411); Blue value is 27 (10.94% from 255 or 6.57% from 411); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AA1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AA1B is #2955E4. Grayscale: #A7A7A7. Windows color (decimal): -2708965 or 1813206. OLE color: 1813206.
HSL color Cylindrical-coordinate representation of color #D6AA1B: hue angle of 45.88º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D6AA1B is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 170 | 27 | - |
| CMYK | 0 | 0.21 | 0.87 | 0.16 |
| HSL | 45.88º | 0.78% | 0.47% | - |
| HSV(B) | 45.88º | 0.87% | 0.84% | - |
| XYZ | 42.3 | 43.12 | 7.13 | - |
| YUV | 166.85 | 49.08 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 170 | 27 | 0 | 0.21 | 0.87 | 0.16 | 45.88 | 0.78 | 0.47 |
| Hex | D6 | AA | 1B | 0 | 15 | 57 | 10 | 2E | 4E | 2F |
| Octal | 326 | 252 | 33 | 0 | 25 | 127 | 20 | 56 | 116 | 57 |
| Binary | 11010110 | 10101010 | 11011 | 0 | 10101 | 1010111 | 10000 | 101110 | 1001110 | 101111 |
Color Harmonies of #D6AA1B
Complementary color
Monochromatic Colors of #D6AA1B
Black with #D6AA1B
Text Example
Text Example
White with #D6AA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AA1B; }
p { color: rgb(214,170,27); }
H1.HeaderClassName
{
color: #D6AA1B;
}
.AnyTagClassName
{
color: #D6AA1B;
}
</style>
background-color css
<style>
a { background-color: #D6AA1B; }
a { background-color: rgb(214,170,27); }
div.DivClassName
{
background-color: #D6AA1B;
}
.BgClassName
{
background-color: #D6AA1B;
}
</style>
border-color css
<style>
span { border-color: #D6AA1B; }
span { border-color: rgb(214,170,27); }
td.TdClassName
{
border-color: #D6AA1B;
}
.TagClassName
{
border-color: #D6AA1B;
}
</style>