Shades of Galliano #D0A41B
Tints of Galliano #D0A41B
RGB
CMYK
RGB Variations
Color information
#D0A41B (or 0xD0A41B) is known color: Galliano. HEX triplet: D0, A4 and 1B. RGB value is (208,164,27). Sum of RGB (Red+Green+Blue) = 208+164+27=399 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.13% from 399); Green value is 164 (64.45% from 255 or 41.10% from 399); Blue value is 27 (10.94% from 255 or 6.77% from 399); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A41B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A41B is #2F5BE4. Grayscale: #A2A2A2. Windows color (decimal): -3103717 or 1811664. OLE color: 1811664.
HSL color Cylindrical-coordinate representation of color #D0A41B: hue angle of 45.41º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D0A41B is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 164 | 27 | - |
| CMYK | 0 | 0.21 | 0.87 | 0.18 |
| HSL | 45.41º | 0.77% | 0.46% | - |
| HSV(B) | 45.41º | 0.87% | 0.82% | - |
| XYZ | 39.49 | 40.04 | 6.68 | - |
| YUV | 161.54 | 52.08 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 164 | 27 | 0 | 0.21 | 0.87 | 0.18 | 45.41 | 0.77 | 0.46 |
| Hex | D0 | A4 | 1B | 0 | 15 | 57 | 12 | 2D | 4D | 2E |
| Octal | 320 | 244 | 33 | 0 | 25 | 127 | 22 | 55 | 115 | 56 |
| Binary | 11010000 | 10100100 | 11011 | 0 | 10101 | 1010111 | 10010 | 101101 | 1001101 | 101110 |
Color Harmonies of #D0A41B
Complementary color
Monochromatic Colors of #D0A41B
Black with #D0A41B
Text Example
Text Example
White with #D0A41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A41B; }
p { color: rgb(208,164,27); }
H1.HeaderClassName
{
color: #D0A41B;
}
.AnyTagClassName
{
color: #D0A41B;
}
</style>
background-color css
<style>
a { background-color: #D0A41B; }
a { background-color: rgb(208,164,27); }
div.DivClassName
{
background-color: #D0A41B;
}
.BgClassName
{
background-color: #D0A41B;
}
</style>
border-color css
<style>
span { border-color: #D0A41B; }
span { border-color: rgb(208,164,27); }
td.TdClassName
{
border-color: #D0A41B;
}
.TagClassName
{
border-color: #D0A41B;
}
</style>