Shades of Galliano #D6AF2A
Tints of Galliano #D6AF2A
RGB
CMYK
RGB Variations
Color information
#D6AF2A (or 0xD6AF2A) is known color: Galliano. HEX triplet: D6, AF and 2A. RGB value is (214,175,42). Sum of RGB (Red+Green+Blue) = 214+175+42=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 42 (16.80% from 255 or 9.74% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AF2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AF2A is #2950D5. Grayscale: #ACACAC. Windows color (decimal): -2707670 or 2797526. OLE color: 2797526.
HSL color Cylindrical-coordinate representation of color #D6AF2A: hue angle of 46.4º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D6AF2A is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 175 | 42 | - |
| CMYK | 0 | 0.18 | 0.80 | 0.16 |
| HSL | 46.4º | 0.68% | 0.5% | - |
| HSV(B) | 46.4º | 0.8% | 0.84% | - |
| XYZ | 43.48 | 45.12 | 8.61 | - |
| YUV | 171.5 | 54.92 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 175 | 42 | 0 | 0.18 | 0.80 | 0.16 | 46.4 | 0.68 | 0.5 |
| Hex | D6 | AF | 2A | 0 | 12 | 50 | 10 | 2E | 44 | 32 |
| Octal | 326 | 257 | 52 | 0 | 22 | 120 | 20 | 56 | 104 | 62 |
| Binary | 11010110 | 10101111 | 101010 | 0 | 10010 | 1010000 | 10000 | 101110 | 1000100 | 110010 |
Color Harmonies of #D6AF2A
Complementary color
Monochromatic Colors of #D6AF2A
Black with #D6AF2A
Text Example
Text Example
White with #D6AF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AF2A; }
p { color: rgb(214,175,42); }
H1.HeaderClassName
{
color: #D6AF2A;
}
.AnyTagClassName
{
color: #D6AF2A;
}
</style>
background-color css
<style>
a { background-color: #D6AF2A; }
a { background-color: rgb(214,175,42); }
div.DivClassName
{
background-color: #D6AF2A;
}
.BgClassName
{
background-color: #D6AF2A;
}
</style>
border-color css
<style>
span { border-color: #D6AF2A; }
span { border-color: rgb(214,175,42); }
td.TdClassName
{
border-color: #D6AF2A;
}
.TagClassName
{
border-color: #D6AF2A;
}
</style>