Shades of Galliano #D9B121
Tints of Galliano #D9B121
RGB
CMYK
RGB Variations
Color information
#D9B121 (or 0xD9B121) is known color: Galliano. HEX triplet: D9, B1 and 21. RGB value is (217,177,33). Sum of RGB (Red+Green+Blue) = 217+177+33=427 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.82% from 427); Green value is 177 (69.53% from 255 or 41.45% from 427); Blue value is 33 (13.28% from 255 or 7.73% from 427); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9B121 is #264EDE. Grayscale: #ADADAD. Windows color (decimal): -2510559 or 2208217. OLE color: 2208217.
HSL color Cylindrical-coordinate representation of color #D9B121: hue angle of 46.96º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D9B121 is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 177 | 33 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.15 |
| HSL | 46.96º | 0.74% | 0.49% | - |
| HSV(B) | 46.96º | 0.85% | 0.85% | - |
| XYZ | 44.61 | 46.31 | 8.03 | - |
| YUV | 172.54 | 49.25 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 177 | 33 | 0 | 0.18 | 0.85 | 0.15 | 46.96 | 0.74 | 0.49 |
| Hex | D9 | B1 | 21 | 0 | 12 | 55 | F | 2F | 4A | 31 |
| Octal | 331 | 261 | 41 | 0 | 22 | 125 | 17 | 57 | 112 | 61 |
| Binary | 11011001 | 10110001 | 100001 | 0 | 10010 | 1010101 | 1111 | 101111 | 1001010 | 110001 |
Color Harmonies of #D9B121
Complementary color
Monochromatic Colors of #D9B121
Black with #D9B121
Text Example
Text Example
White with #D9B121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B121; }
p { color: rgb(217,177,33); }
H1.HeaderClassName
{
color: #D9B121;
}
.AnyTagClassName
{
color: #D9B121;
}
</style>
background-color css
<style>
a { background-color: #D9B121; }
a { background-color: rgb(217,177,33); }
div.DivClassName
{
background-color: #D9B121;
}
.BgClassName
{
background-color: #D9B121;
}
</style>
border-color css
<style>
span { border-color: #D9B121; }
span { border-color: rgb(217,177,33); }
td.TdClassName
{
border-color: #D9B121;
}
.TagClassName
{
border-color: #D9B121;
}
</style>