Shades of Galliano #D6B121
Tints of Galliano #D6B121
RGB
CMYK
RGB Variations
Color information
#D6B121 (or 0xD6B121) is known color: Galliano. HEX triplet: D6, B1 and 21. RGB value is (214,177,33). Sum of RGB (Red+Green+Blue) = 214+177+33=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 177 (69.53% from 255 or 41.75% from 424); Blue value is 33 (13.28% from 255 or 7.78% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6B121 is #294EDE. Grayscale: #ACACAC. Windows color (decimal): -2707167 or 2208214. OLE color: 2208214.
HSL color Cylindrical-coordinate representation of color #D6B121: hue angle of 47.73º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D6B121 is Cyan = 0, Magento = 0.17, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 177 | 33 | - |
| CMYK | 0 | 0.17 | 0.85 | 0.16 |
| HSL | 47.73º | 0.73% | 0.48% | - |
| HSV(B) | 47.73º | 0.85% | 0.84% | - |
| XYZ | 43.73 | 45.85 | 7.98 | - |
| YUV | 171.65 | 49.76 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 177 | 33 | 0 | 0.17 | 0.85 | 0.16 | 47.73 | 0.73 | 0.48 |
| Hex | D6 | B1 | 21 | 0 | 11 | 55 | 10 | 30 | 49 | 30 |
| Octal | 326 | 261 | 41 | 0 | 21 | 125 | 20 | 60 | 111 | 60 |
| Binary | 11010110 | 10110001 | 100001 | 0 | 10001 | 1010101 | 10000 | 110000 | 1001001 | 110000 |
Color Harmonies of #D6B121
Complementary color
Monochromatic Colors of #D6B121
Black with #D6B121
Text Example
Text Example
White with #D6B121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B121; }
p { color: rgb(214,177,33); }
H1.HeaderClassName
{
color: #D6B121;
}
.AnyTagClassName
{
color: #D6B121;
}
</style>
background-color css
<style>
a { background-color: #D6B121; }
a { background-color: rgb(214,177,33); }
div.DivClassName
{
background-color: #D6B121;
}
.BgClassName
{
background-color: #D6B121;
}
</style>
border-color css
<style>
span { border-color: #D6B121; }
span { border-color: rgb(214,177,33); }
td.TdClassName
{
border-color: #D6B121;
}
.TagClassName
{
border-color: #D6B121;
}
</style>