Shades of Galliano #D5B222
Tints of Galliano #D5B222
RGB
CMYK
RGB Variations
Color information
#D5B222 (or 0xD5B222) is known color: Galliano. HEX triplet: D5, B2 and 22. RGB value is (213,178,34). Sum of RGB (Red+Green+Blue) = 213+178+34=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 178 (69.92% from 255 or 41.88% from 425); Blue value is 34 (13.67% from 255 or 8% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5B222 is #2A4DDD. Grayscale: #ACACAC. Windows color (decimal): -2772446 or 2274005. OLE color: 2274005.
HSL color Cylindrical-coordinate representation of color #D5B222: hue angle of 48.27º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D5B222 is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 178 | 34 | - |
| CMYK | 0 | 0.16 | 0.84 | 0.16 |
| HSL | 48.27º | 0.72% | 0.48% | - |
| HSV(B) | 48.27º | 0.84% | 0.84% | - |
| XYZ | 43.65 | 46.1 | 8.11 | - |
| YUV | 172.05 | 50.1 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 178 | 34 | 0 | 0.16 | 0.84 | 0.16 | 48.27 | 0.72 | 0.48 |
| Hex | D5 | B2 | 22 | 0 | 10 | 54 | 10 | 30 | 48 | 30 |
| Octal | 325 | 262 | 42 | 0 | 20 | 124 | 20 | 60 | 110 | 60 |
| Binary | 11010101 | 10110010 | 100010 | 0 | 10000 | 1010100 | 10000 | 110000 | 1001000 | 110000 |
Color Harmonies of #D5B222
Complementary color
Monochromatic Colors of #D5B222
Black with #D5B222
Text Example
Text Example
White with #D5B222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B222; }
p { color: rgb(213,178,34); }
H1.HeaderClassName
{
color: #D5B222;
}
.AnyTagClassName
{
color: #D5B222;
}
</style>
background-color css
<style>
a { background-color: #D5B222; }
a { background-color: rgb(213,178,34); }
div.DivClassName
{
background-color: #D5B222;
}
.BgClassName
{
background-color: #D5B222;
}
</style>
border-color css
<style>
span { border-color: #D5B222; }
span { border-color: rgb(213,178,34); }
td.TdClassName
{
border-color: #D5B222;
}
.TagClassName
{
border-color: #D5B222;
}
</style>