Shades of Galliano #D1B021
Tints of Galliano #D1B021
RGB
CMYK
RGB Variations
Color information
#D1B021 (or 0xD1B021) is known color: Galliano. HEX triplet: D1, B0 and 21. RGB value is (209,176,33). Sum of RGB (Red+Green+Blue) = 209+176+33=418 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50% from 418); Green value is 176 (69.14% from 255 or 42.11% from 418); Blue value is 33 (13.28% from 255 or 7.89% from 418); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1B021 is #2E4FDE. Grayscale: #AAAAAA. Windows color (decimal): -3035103 or 2207953. OLE color: 2207953.
HSL color Cylindrical-coordinate representation of color #D1B021: hue angle of 48.75º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D1B021 is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 176 | 33 | - |
| CMYK | 0 | 0.16 | 0.84 | 0.18 |
| HSL | 48.75º | 0.73% | 0.47% | - |
| HSV(B) | 48.75º | 0.84% | 0.82% | - |
| XYZ | 42.09 | 44.72 | 7.85 | - |
| YUV | 169.57 | 50.93 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 176 | 33 | 0 | 0.16 | 0.84 | 0.18 | 48.75 | 0.73 | 0.47 |
| Hex | D1 | B0 | 21 | 0 | 10 | 54 | 12 | 31 | 49 | 2F |
| Octal | 321 | 260 | 41 | 0 | 20 | 124 | 22 | 61 | 111 | 57 |
| Binary | 11010001 | 10110000 | 100001 | 0 | 10000 | 1010100 | 10010 | 110001 | 1001001 | 101111 |
Color Harmonies of #D1B021
Complementary color
Monochromatic Colors of #D1B021
Black with #D1B021
Text Example
Text Example
White with #D1B021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B021; }
p { color: rgb(209,176,33); }
H1.HeaderClassName
{
color: #D1B021;
}
.AnyTagClassName
{
color: #D1B021;
}
</style>
background-color css
<style>
a { background-color: #D1B021; }
a { background-color: rgb(209,176,33); }
div.DivClassName
{
background-color: #D1B021;
}
.BgClassName
{
background-color: #D1B021;
}
</style>
border-color css
<style>
span { border-color: #D1B021; }
span { border-color: rgb(209,176,33); }
td.TdClassName
{
border-color: #D1B021;
}
.TagClassName
{
border-color: #D1B021;
}
</style>