Shades of Galliano #D2B328
Tints of Galliano #D2B328
RGB
CMYK
RGB Variations
Color information
#D2B328 (or 0xD2B328) is known color: Galliano. HEX triplet: D2, B3 and 28. RGB value is (210,179,40). Sum of RGB (Red+Green+Blue) = 210+179+40=429 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.95% from 429); Green value is 179 (70.31% from 255 or 41.72% from 429); Blue value is 40 (16.02% from 255 or 9.32% from 429); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B328 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B328 is #2D4CD7. Grayscale: #ADADAD. Windows color (decimal): -2968792 or 2667474. OLE color: 2667474.
HSL color Cylindrical-coordinate representation of color #D2B328: hue angle of 49.06º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D2B328 is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 179 | 40 | - |
| CMYK | 0 | 0.15 | 0.81 | 0.18 |
| HSL | 49.06º | 0.68% | 0.49% | - |
| HSV(B) | 49.06º | 0.81% | 0.82% | - |
| XYZ | 43.08 | 46.1 | 8.63 | - |
| YUV | 172.42 | 53.27 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 179 | 40 | 0 | 0.15 | 0.81 | 0.18 | 49.06 | 0.68 | 0.49 |
| Hex | D2 | B3 | 28 | 0 | F | 51 | 12 | 31 | 44 | 31 |
| Octal | 322 | 263 | 50 | 0 | 17 | 121 | 22 | 61 | 104 | 61 |
| Binary | 11010010 | 10110011 | 101000 | 0 | 1111 | 1010001 | 10010 | 110001 | 1000100 | 110001 |
Color Harmonies of #D2B328
Complementary color
Monochromatic Colors of #D2B328
Black with #D2B328
Text Example
Text Example
White with #D2B328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B328; }
p { color: rgb(210,179,40); }
H1.HeaderClassName
{
color: #D2B328;
}
.AnyTagClassName
{
color: #D2B328;
}
</style>
background-color css
<style>
a { background-color: #D2B328; }
a { background-color: rgb(210,179,40); }
div.DivClassName
{
background-color: #D2B328;
}
.BgClassName
{
background-color: #D2B328;
}
</style>
border-color css
<style>
span { border-color: #D2B328; }
span { border-color: rgb(210,179,40); }
td.TdClassName
{
border-color: #D2B328;
}
.TagClassName
{
border-color: #D2B328;
}
</style>