Shades of Galliano #D4B01D
Tints of Galliano #D4B01D
RGB
CMYK
RGB Variations
Color information
#D4B01D (or 0xD4B01D) is known color: Galliano. HEX triplet: D4, B0 and 1D. RGB value is (212,176,29). Sum of RGB (Red+Green+Blue) = 212+176+29=417 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.84% from 417); Green value is 176 (69.14% from 255 or 42.21% from 417); Blue value is 29 (11.72% from 255 or 6.95% from 417); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B01D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4B01D is #2B4FE2. Grayscale: #AAAAAA. Windows color (decimal): -2838499 or 1945812. OLE color: 1945812.
HSL color Cylindrical-coordinate representation of color #D4B01D: hue angle of 48.2º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D4B01D is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
RGB | 212 | 176 | 29 | - |
CMYK | 0 | 0.17 | 0.86 | 0.17 |
HSL | 48.2º | 0.76% | 0.47% | - |
HSV(B) | 48.2º | 0.86% | 0.83% | - |
XYZ | 42.9 | 45.14 | 7.61 | - |
YUV | 170.01 | 48.43 | 157.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 176 | 29 | 0 | 0.17 | 0.86 | 0.17 | 48.2 | 0.76 | 0.47 |
Hex | D4 | B0 | 1D | 0 | 11 | 56 | 11 | 30 | 4C | 2F |
Octal | 324 | 260 | 35 | 0 | 21 | 126 | 21 | 60 | 114 | 57 |
Binary | 11010100 | 10110000 | 11101 | 0 | 10001 | 1010110 | 10001 | 110000 | 1001100 | 101111 |
Color Harmonies of #D4B01D
Complementary color
Monochromatic Colors of #D4B01D
Black with #D4B01D
Text Example
Text Example
White with #D4B01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B01D; }
p { color: rgb(212,176,29); }
H1.HeaderClassName
{
color: #D4B01D;
}
.AnyTagClassName
{
color: #D4B01D;
}
</style>
background-color css
<style>
a { background-color: #D4B01D; }
a { background-color: rgb(212,176,29); }
div.DivClassName
{
background-color: #D4B01D;
}
.BgClassName
{
background-color: #D4B01D;
}
</style>
border-color css
<style>
span { border-color: #D4B01D; }
span { border-color: rgb(212,176,29); }
td.TdClassName
{
border-color: #D4B01D;
}
.TagClassName
{
border-color: #D4B01D;
}
</style>