Shades of Galliano #D7B020
Tints of Galliano #D7B020
RGB
CMYK
RGB Variations
Color information
#D7B020 (or 0xD7B020) is known color: Galliano. HEX triplet: D7, B0 and 20. RGB value is (215,176,32). Sum of RGB (Red+Green+Blue) = 215+176+32=423 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.83% from 423); Green value is 176 (69.14% from 255 or 41.61% from 423); Blue value is 32 (12.89% from 255 or 7.57% from 423); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7B020 is #284FDF. Grayscale: #ABABAB. Windows color (decimal): -2641888 or 2142423. OLE color: 2142423.
HSL color Cylindrical-coordinate representation of color #D7B020: hue angle of 47.21º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D7B020 is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 176 | 32 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.16 |
| HSL | 47.21º | 0.74% | 0.48% | - |
| HSV(B) | 47.21º | 0.85% | 0.84% | - |
| XYZ | 43.81 | 45.6 | 7.86 | - |
| YUV | 171.25 | 49.42 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 176 | 32 | 0 | 0.18 | 0.85 | 0.16 | 47.21 | 0.74 | 0.48 |
| Hex | D7 | B0 | 20 | 0 | 12 | 55 | 10 | 2F | 4A | 30 |
| Octal | 327 | 260 | 40 | 0 | 22 | 125 | 20 | 57 | 112 | 60 |
| Binary | 11010111 | 10110000 | 100000 | 0 | 10010 | 1010101 | 10000 | 101111 | 1001010 | 110000 |
Color Harmonies of #D7B020
Complementary color
Monochromatic Colors of #D7B020
Black with #D7B020
Text Example
Text Example
White with #D7B020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B020; }
p { color: rgb(215,176,32); }
H1.HeaderClassName
{
color: #D7B020;
}
.AnyTagClassName
{
color: #D7B020;
}
</style>
background-color css
<style>
a { background-color: #D7B020; }
a { background-color: rgb(215,176,32); }
div.DivClassName
{
background-color: #D7B020;
}
.BgClassName
{
background-color: #D7B020;
}
</style>
border-color css
<style>
span { border-color: #D7B020; }
span { border-color: rgb(215,176,32); }
td.TdClassName
{
border-color: #D7B020;
}
.TagClassName
{
border-color: #D7B020;
}
</style>