Shades of Galliano #D6B221
Tints of Galliano #D6B221
RGB
CMYK
RGB Variations
Color information
#D6B221 (or 0xD6B221) is known color: Galliano. HEX triplet: D6, B2 and 21. RGB value is (214,178,33). Sum of RGB (Red+Green+Blue) = 214+178+33=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 178 (69.92% from 255 or 41.88% from 425); Blue value is 33 (13.28% from 255 or 7.76% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B221 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6B221 is #294DDE. Grayscale: #ACACAC. Windows color (decimal): -2706911 or 2208470. OLE color: 2208470.
HSL color Cylindrical-coordinate representation of color #D6B221: hue angle of 48.07º 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 #D6B221 is Cyan = 0, Magento = 0.17, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 178 | 33 | - |
| CMYK | 0 | 0.17 | 0.85 | 0.16 |
| HSL | 48.07º | 0.73% | 0.48% | - |
| HSV(B) | 48.07º | 0.85% | 0.84% | - |
| XYZ | 43.93 | 46.25 | 8.05 | - |
| YUV | 172.23 | 49.43 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 178 | 33 | 0 | 0.17 | 0.85 | 0.16 | 48.07 | 0.73 | 0.48 |
| Hex | D6 | B2 | 21 | 0 | 11 | 55 | 10 | 30 | 49 | 30 |
| Octal | 326 | 262 | 41 | 0 | 21 | 125 | 20 | 60 | 111 | 60 |
| Binary | 11010110 | 10110010 | 100001 | 0 | 10001 | 1010101 | 10000 | 110000 | 1001001 | 110000 |
Color Harmonies of #D6B221
Complementary color
Monochromatic Colors of #D6B221
Black with #D6B221
Text Example
Text Example
White with #D6B221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B221; }
p { color: rgb(214,178,33); }
H1.HeaderClassName
{
color: #D6B221;
}
.AnyTagClassName
{
color: #D6B221;
}
</style>
background-color css
<style>
a { background-color: #D6B221; }
a { background-color: rgb(214,178,33); }
div.DivClassName
{
background-color: #D6B221;
}
.BgClassName
{
background-color: #D6B221;
}
</style>
border-color css
<style>
span { border-color: #D6B221; }
span { border-color: rgb(214,178,33); }
td.TdClassName
{
border-color: #D6B221;
}
.TagClassName
{
border-color: #D6B221;
}
</style>