Shades of Galliano #D4B326
Tints of Galliano #D4B326
RGB
CMYK
RGB Variations
Color information
#D4B326 (or 0xD4B326) is known color: Galliano. HEX triplet: D4, B3 and 26. RGB value is (212,179,38). Sum of RGB (Red+Green+Blue) = 212+179+38=429 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.42% from 429); Green value is 179 (70.31% from 255 or 41.72% from 429); Blue value is 38 (15.23% from 255 or 8.86% from 429); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B326 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4B326 is #2B4CD9. Grayscale: #ADADAD. Windows color (decimal): -2837722 or 2536404. OLE color: 2536404.
HSL color Cylindrical-coordinate representation of color #D4B326: hue angle of 48.62º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D4B326 is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 179 | 38 | - |
| CMYK | 0 | 0.16 | 0.82 | 0.17 |
| HSL | 48.62º | 0.7% | 0.49% | - |
| HSV(B) | 48.62º | 0.82% | 0.83% | - |
| XYZ | 43.62 | 46.38 | 8.49 | - |
| YUV | 172.79 | 51.93 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 179 | 38 | 0 | 0.16 | 0.82 | 0.17 | 48.62 | 0.7 | 0.49 |
| Hex | D4 | B3 | 26 | 0 | 10 | 52 | 11 | 31 | 46 | 31 |
| Octal | 324 | 263 | 46 | 0 | 20 | 122 | 21 | 61 | 106 | 61 |
| Binary | 11010100 | 10110011 | 100110 | 0 | 10000 | 1010010 | 10001 | 110001 | 1000110 | 110001 |
Color Harmonies of #D4B326
Complementary color
Monochromatic Colors of #D4B326
Black with #D4B326
Text Example
Text Example
White with #D4B326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B326; }
p { color: rgb(212,179,38); }
H1.HeaderClassName
{
color: #D4B326;
}
.AnyTagClassName
{
color: #D4B326;
}
</style>
background-color css
<style>
a { background-color: #D4B326; }
a { background-color: rgb(212,179,38); }
div.DivClassName
{
background-color: #D4B326;
}
.BgClassName
{
background-color: #D4B326;
}
</style>
border-color css
<style>
span { border-color: #D4B326; }
span { border-color: rgb(212,179,38); }
td.TdClassName
{
border-color: #D4B326;
}
.TagClassName
{
border-color: #D4B326;
}
</style>