Shades of Galliano #D2B320
Tints of Galliano #D2B320
RGB
CMYK
RGB Variations
Color information
#D2B320 (or 0xD2B320) is known color: Galliano. HEX triplet: D2, B3 and 20. RGB value is (210,179,32). Sum of RGB (Red+Green+Blue) = 210+179+32=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 179 (70.31% from 255 or 42.52% from 421); Blue value is 32 (12.89% from 255 or 7.60% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B320 is #2D4CDF. Grayscale: #ACACAC. Windows color (decimal): -2968800 or 2143186. OLE color: 2143186.
HSL color Cylindrical-coordinate representation of color #D2B320: hue angle of 49.55º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D2B320 is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 179 | 32 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.18 |
| HSL | 49.55º | 0.74% | 0.47% | - |
| HSV(B) | 49.55º | 0.85% | 0.82% | - |
| XYZ | 42.96 | 46.05 | 7.99 | - |
| YUV | 171.51 | 49.27 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 179 | 32 | 0 | 0.15 | 0.85 | 0.18 | 49.55 | 0.74 | 0.47 |
| Hex | D2 | B3 | 20 | 0 | F | 55 | 12 | 32 | 4A | 2F |
| Octal | 322 | 263 | 40 | 0 | 17 | 125 | 22 | 62 | 112 | 57 |
| Binary | 11010010 | 10110011 | 100000 | 0 | 1111 | 1010101 | 10010 | 110010 | 1001010 | 101111 |
Color Harmonies of #D2B320
Complementary color
Monochromatic Colors of #D2B320
Black with #D2B320
Text Example
Text Example
White with #D2B320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B320; }
p { color: rgb(210,179,32); }
H1.HeaderClassName
{
color: #D2B320;
}
.AnyTagClassName
{
color: #D2B320;
}
</style>
background-color css
<style>
a { background-color: #D2B320; }
a { background-color: rgb(210,179,32); }
div.DivClassName
{
background-color: #D2B320;
}
.BgClassName
{
background-color: #D2B320;
}
</style>
border-color css
<style>
span { border-color: #D2B320; }
span { border-color: rgb(210,179,32); }
td.TdClassName
{
border-color: #D2B320;
}
.TagClassName
{
border-color: #D2B320;
}
</style>