Shades of Galliano #D0A41F
Tints of Galliano #D0A41F
RGB
CMYK
RGB Variations
Color information
#D0A41F (or 0xD0A41F) is known color: Galliano. HEX triplet: D0, A4 and 1F. RGB value is (208,164,31). Sum of RGB (Red+Green+Blue) = 208+164+31=403 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.61% from 403); Green value is 164 (64.45% from 255 or 40.69% from 403); Blue value is 31 (12.5% from 255 or 7.69% from 403); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A41F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A41F is #2F5BE0. Grayscale: #A2A2A2. Windows color (decimal): -3103713 or 2073808. OLE color: 2073808.
HSL color Cylindrical-coordinate representation of color #D0A41F: hue angle of 45.08º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D0A41F is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 164 | 31 | - |
| CMYK | 0 | 0.21 | 0.85 | 0.18 |
| HSL | 45.08º | 0.74% | 0.47% | - |
| HSV(B) | 45.08º | 0.85% | 0.82% | - |
| XYZ | 39.54 | 40.06 | 6.94 | - |
| YUV | 161.99 | 54.08 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 164 | 31 | 0 | 0.21 | 0.85 | 0.18 | 45.08 | 0.74 | 0.47 |
| Hex | D0 | A4 | 1F | 0 | 15 | 55 | 12 | 2D | 4A | 2F |
| Octal | 320 | 244 | 37 | 0 | 25 | 125 | 22 | 55 | 112 | 57 |
| Binary | 11010000 | 10100100 | 11111 | 0 | 10101 | 1010101 | 10010 | 101101 | 1001010 | 101111 |
Color Harmonies of #D0A41F
Complementary color
Monochromatic Colors of #D0A41F
Black with #D0A41F
Text Example
Text Example
White with #D0A41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A41F; }
p { color: rgb(208,164,31); }
H1.HeaderClassName
{
color: #D0A41F;
}
.AnyTagClassName
{
color: #D0A41F;
}
</style>
background-color css
<style>
a { background-color: #D0A41F; }
a { background-color: rgb(208,164,31); }
div.DivClassName
{
background-color: #D0A41F;
}
.BgClassName
{
background-color: #D0A41F;
}
</style>
border-color css
<style>
span { border-color: #D0A41F; }
span { border-color: rgb(208,164,31); }
td.TdClassName
{
border-color: #D0A41F;
}
.TagClassName
{
border-color: #D0A41F;
}
</style>