Shades of Galliano #D5B021
Tints of Galliano #D5B021
RGB
CMYK
RGB Variations
Color information
#D5B021 (or 0xD5B021) is known color: Galliano. HEX triplet: D5, B0 and 21. RGB value is (213,176,33). Sum of RGB (Red+Green+Blue) = 213+176+33=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 176 (69.14% from 255 or 41.71% from 422); Blue value is 33 (13.28% from 255 or 7.82% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5B021 is #2A4FDE. Grayscale: #ABABAB. Windows color (decimal): -2772959 or 2207957. OLE color: 2207957.
HSL color Cylindrical-coordinate representation of color #D5B021: hue angle of 47.67º degrees, saturation: 0.73, 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 #D5B021 is Cyan = 0, Magento = 0.17, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 176 | 33 | - |
| CMYK | 0 | 0.17 | 0.85 | 0.16 |
| HSL | 47.67º | 0.73% | 0.48% | - |
| HSV(B) | 47.67º | 0.85% | 0.84% | - |
| XYZ | 43.24 | 45.31 | 7.9 | - |
| YUV | 170.76 | 50.26 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 176 | 33 | 0 | 0.17 | 0.85 | 0.16 | 47.67 | 0.73 | 0.48 |
| Hex | D5 | B0 | 21 | 0 | 11 | 55 | 10 | 30 | 49 | 30 |
| Octal | 325 | 260 | 41 | 0 | 21 | 125 | 20 | 60 | 111 | 60 |
| Binary | 11010101 | 10110000 | 100001 | 0 | 10001 | 1010101 | 10000 | 110000 | 1001001 | 110000 |
Color Harmonies of #D5B021
Complementary color
Monochromatic Colors of #D5B021
Black with #D5B021
Text Example
Text Example
White with #D5B021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B021; }
p { color: rgb(213,176,33); }
H1.HeaderClassName
{
color: #D5B021;
}
.AnyTagClassName
{
color: #D5B021;
}
</style>
background-color css
<style>
a { background-color: #D5B021; }
a { background-color: rgb(213,176,33); }
div.DivClassName
{
background-color: #D5B021;
}
.BgClassName
{
background-color: #D5B021;
}
</style>
border-color css
<style>
span { border-color: #D5B021; }
span { border-color: rgb(213,176,33); }
td.TdClassName
{
border-color: #D5B021;
}
.TagClassName
{
border-color: #D5B021;
}
</style>