Shades of Galliano #D6A51D
Tints of Galliano #D6A51D
RGB
CMYK
RGB Variations
Color information
#D6A51D (or 0xD6A51D) is known color: Galliano. HEX triplet: D6, A5 and 1D. RGB value is (214,165,29). Sum of RGB (Red+Green+Blue) = 214+165+29=408 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.45% from 408); Green value is 165 (64.84% from 255 or 40.44% from 408); Blue value is 29 (11.72% from 255 or 7.11% from 408); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A51D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A51D is #295AE2. Grayscale: #A4A4A4. Windows color (decimal): -2710243 or 1942998. OLE color: 1942998.
HSL color Cylindrical-coordinate representation of color #D6A51D: hue angle of 44.11º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D6A51D is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 165 | 29 | - |
| CMYK | 0 | 0.23 | 0.86 | 0.16 |
| HSL | 44.11º | 0.76% | 0.48% | - |
| HSV(B) | 44.11º | 0.86% | 0.84% | - |
| XYZ | 41.41 | 41.3 | 6.95 | - |
| YUV | 164.15 | 51.73 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 165 | 29 | 0 | 0.23 | 0.86 | 0.16 | 44.11 | 0.76 | 0.48 |
| Hex | D6 | A5 | 1D | 0 | 17 | 56 | 10 | 2C | 4C | 30 |
| Octal | 326 | 245 | 35 | 0 | 27 | 126 | 20 | 54 | 114 | 60 |
| Binary | 11010110 | 10100101 | 11101 | 0 | 10111 | 1010110 | 10000 | 101100 | 1001100 | 110000 |
Color Harmonies of #D6A51D
Complementary color
Monochromatic Colors of #D6A51D
Black with #D6A51D
Text Example
Text Example
White with #D6A51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A51D; }
p { color: rgb(214,165,29); }
H1.HeaderClassName
{
color: #D6A51D;
}
.AnyTagClassName
{
color: #D6A51D;
}
</style>
background-color css
<style>
a { background-color: #D6A51D; }
a { background-color: rgb(214,165,29); }
div.DivClassName
{
background-color: #D6A51D;
}
.BgClassName
{
background-color: #D6A51D;
}
</style>
border-color css
<style>
span { border-color: #D6A51D; }
span { border-color: rgb(214,165,29); }
td.TdClassName
{
border-color: #D6A51D;
}
.TagClassName
{
border-color: #D6A51D;
}
</style>