Shades of Galliano #D4B31F
Tints of Galliano #D4B31F
RGB
CMYK
RGB Variations
Color information
#D4B31F (or 0xD4B31F) is known color: Galliano. HEX triplet: D4, B3 and 1F. RGB value is (212,179,31). Sum of RGB (Red+Green+Blue) = 212+179+31=422 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.24% from 422); Green value is 179 (70.31% from 255 or 42.42% from 422); Blue value is 31 (12.5% from 255 or 7.35% from 422); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B31F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4B31F is #2B4CE0. Grayscale: #ACACAC. Windows color (decimal): -2837729 or 2077652. OLE color: 2077652.
HSL color Cylindrical-coordinate representation of color #D4B31F: hue angle of 49.06º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D4B31F is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 179 | 31 | - |
| CMYK | 0 | 0.16 | 0.85 | 0.17 |
| HSL | 49.06º | 0.74% | 0.48% | - |
| HSV(B) | 49.06º | 0.85% | 0.83% | - |
| XYZ | 43.52 | 46.34 | 7.95 | - |
| YUV | 172 | 48.43 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 179 | 31 | 0 | 0.16 | 0.85 | 0.17 | 49.06 | 0.74 | 0.48 |
| Hex | D4 | B3 | 1F | 0 | 10 | 55 | 11 | 31 | 4A | 30 |
| Octal | 324 | 263 | 37 | 0 | 20 | 125 | 21 | 61 | 112 | 60 |
| Binary | 11010100 | 10110011 | 11111 | 0 | 10000 | 1010101 | 10001 | 110001 | 1001010 | 110000 |
Color Harmonies of #D4B31F
Complementary color
Monochromatic Colors of #D4B31F
Black with #D4B31F
Text Example
Text Example
White with #D4B31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B31F; }
p { color: rgb(212,179,31); }
H1.HeaderClassName
{
color: #D4B31F;
}
.AnyTagClassName
{
color: #D4B31F;
}
</style>
background-color css
<style>
a { background-color: #D4B31F; }
a { background-color: rgb(212,179,31); }
div.DivClassName
{
background-color: #D4B31F;
}
.BgClassName
{
background-color: #D4B31F;
}
</style>
border-color css
<style>
span { border-color: #D4B31F; }
span { border-color: rgb(212,179,31); }
td.TdClassName
{
border-color: #D4B31F;
}
.TagClassName
{
border-color: #D4B31F;
}
</style>