Shades of Galliano #D0B320
Tints of Galliano #D0B320
RGB
CMYK
RGB Variations
Color information
#D0B320 (or 0xD0B320) is known color: Galliano. HEX triplet: D0, B3 and 20. RGB value is (208,179,32). Sum of RGB (Red+Green+Blue) = 208+179+32=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 179 (70.31% from 255 or 42.72% from 419); Blue value is 32 (12.89% from 255 or 7.64% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0B320 is #2F4CDF. Grayscale: #ABABAB. Windows color (decimal): -3099872 or 2143184. OLE color: 2143184.
HSL color Cylindrical-coordinate representation of color #D0B320: hue angle of 50.11º degrees, saturation: 0.73, 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 #D0B320 is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 179 | 32 | - |
| CMYK | 0 | 0.14 | 0.85 | 0.18 |
| HSL | 50.11º | 0.73% | 0.47% | - |
| HSV(B) | 50.11º | 0.85% | 0.82% | - |
| XYZ | 42.39 | 45.75 | 7.96 | - |
| YUV | 170.91 | 49.61 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 179 | 32 | 0 | 0.14 | 0.85 | 0.18 | 50.11 | 0.73 | 0.47 |
| Hex | D0 | B3 | 20 | 0 | E | 55 | 12 | 32 | 49 | 2F |
| Octal | 320 | 263 | 40 | 0 | 16 | 125 | 22 | 62 | 111 | 57 |
| Binary | 11010000 | 10110011 | 100000 | 0 | 1110 | 1010101 | 10010 | 110010 | 1001001 | 101111 |
Color Harmonies of #D0B320
Complementary color
Monochromatic Colors of #D0B320
Black with #D0B320
Text Example
Text Example
White with #D0B320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B320; }
p { color: rgb(208,179,32); }
H1.HeaderClassName
{
color: #D0B320;
}
.AnyTagClassName
{
color: #D0B320;
}
</style>
background-color css
<style>
a { background-color: #D0B320; }
a { background-color: rgb(208,179,32); }
div.DivClassName
{
background-color: #D0B320;
}
.BgClassName
{
background-color: #D0B320;
}
</style>
border-color css
<style>
span { border-color: #D0B320; }
span { border-color: rgb(208,179,32); }
td.TdClassName
{
border-color: #D0B320;
}
.TagClassName
{
border-color: #D0B320;
}
</style>