Shades of Galliano #D2B321
Tints of Galliano #D2B321
RGB
CMYK
RGB Variations
Color information
#D2B321 (or 0xD2B321) is known color: Galliano. HEX triplet: D2, B3 and 21. RGB value is (210,179,33). Sum of RGB (Red+Green+Blue) = 210+179+33=422 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.76% from 422); Green value is 179 (70.31% from 255 or 42.42% from 422); Blue value is 33 (13.28% from 255 or 7.82% from 422); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B321 is #2D4CDE. Grayscale: #ACACAC. Windows color (decimal): -2968799 or 2208722. OLE color: 2208722.
HSL color Cylindrical-coordinate representation of color #D2B321: hue angle of 49.49º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D2B321 is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 179 | 33 | - |
| CMYK | 0 | 0.15 | 0.84 | 0.18 |
| HSL | 49.49º | 0.73% | 0.48% | - |
| HSV(B) | 49.49º | 0.84% | 0.82% | - |
| XYZ | 42.97 | 46.05 | 8.06 | - |
| YUV | 171.63 | 49.77 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 179 | 33 | 0 | 0.15 | 0.84 | 0.18 | 49.49 | 0.73 | 0.48 |
| Hex | D2 | B3 | 21 | 0 | F | 54 | 12 | 31 | 49 | 30 |
| Octal | 322 | 263 | 41 | 0 | 17 | 124 | 22 | 61 | 111 | 60 |
| Binary | 11010010 | 10110011 | 100001 | 0 | 1111 | 1010100 | 10010 | 110001 | 1001001 | 110000 |
Color Harmonies of #D2B321
Complementary color
Monochromatic Colors of #D2B321
Black with #D2B321
Text Example
Text Example
White with #D2B321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B321; }
p { color: rgb(210,179,33); }
H1.HeaderClassName
{
color: #D2B321;
}
.AnyTagClassName
{
color: #D2B321;
}
</style>
background-color css
<style>
a { background-color: #D2B321; }
a { background-color: rgb(210,179,33); }
div.DivClassName
{
background-color: #D2B321;
}
.BgClassName
{
background-color: #D2B321;
}
</style>
border-color css
<style>
span { border-color: #D2B321; }
span { border-color: rgb(210,179,33); }
td.TdClassName
{
border-color: #D2B321;
}
.TagClassName
{
border-color: #D2B321;
}
</style>