Shades of Galliano #D6B11C
Tints of Galliano #D6B11C
RGB
CMYK
RGB Variations
Color information
#D6B11C (or 0xD6B11C) is known color: Galliano. HEX triplet: D6, B1 and 1C. RGB value is (214,177,28). Sum of RGB (Red+Green+Blue) = 214+177+28=419 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.07% from 419); Green value is 177 (69.53% from 255 or 42.24% from 419); Blue value is 28 (11.33% from 255 or 6.68% from 419); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B11C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6B11C is #294EE3. Grayscale: #ABABAB. Windows color (decimal): -2707172 or 1880534. OLE color: 1880534.
HSL color Cylindrical-coordinate representation of color #D6B11C: hue angle of 48.06º degrees, saturation: 0.77, 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 #D6B11C is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 177 | 28 | - |
| CMYK | 0 | 0.17 | 0.87 | 0.16 |
| HSL | 48.06º | 0.77% | 0.47% | - |
| HSV(B) | 48.06º | 0.87% | 0.84% | - |
| XYZ | 43.66 | 45.82 | 7.64 | - |
| YUV | 171.08 | 47.26 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 177 | 28 | 0 | 0.17 | 0.87 | 0.16 | 48.06 | 0.77 | 0.47 |
| Hex | D6 | B1 | 1C | 0 | 11 | 57 | 10 | 30 | 4D | 2F |
| Octal | 326 | 261 | 34 | 0 | 21 | 127 | 20 | 60 | 115 | 57 |
| Binary | 11010110 | 10110001 | 11100 | 0 | 10001 | 1010111 | 10000 | 110000 | 1001101 | 101111 |
Color Harmonies of #D6B11C
Complementary color
Monochromatic Colors of #D6B11C
Black with #D6B11C
Text Example
Text Example
White with #D6B11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B11C; }
p { color: rgb(214,177,28); }
H1.HeaderClassName
{
color: #D6B11C;
}
.AnyTagClassName
{
color: #D6B11C;
}
</style>
background-color css
<style>
a { background-color: #D6B11C; }
a { background-color: rgb(214,177,28); }
div.DivClassName
{
background-color: #D6B11C;
}
.BgClassName
{
background-color: #D6B11C;
}
</style>
border-color css
<style>
span { border-color: #D6B11C; }
span { border-color: rgb(214,177,28); }
td.TdClassName
{
border-color: #D6B11C;
}
.TagClassName
{
border-color: #D6B11C;
}
</style>