Shades of Galliano #D8A41F
Tints of Galliano #D8A41F
RGB
CMYK
RGB Variations
Color information
#D8A41F (or 0xD8A41F) is known color: Galliano. HEX triplet: D8, A4 and 1F. RGB value is (216,164,31). Sum of RGB (Red+Green+Blue) = 216+164+31=411 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.55% from 411); Green value is 164 (64.45% from 255 or 39.90% from 411); Blue value is 31 (12.5% from 255 or 7.54% from 411); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A41F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A41F is #275BE0. Grayscale: #A4A4A4. Windows color (decimal): -2579425 or 2073816. OLE color: 2073816.
HSL color Cylindrical-coordinate representation of color #D8A41F: hue angle of 43.14º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D8A41F is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 164 | 31 | - |
| CMYK | 0 | 0.24 | 0.86 | 0.15 |
| HSL | 43.14º | 0.75% | 0.48% | - |
| HSV(B) | 43.14º | 0.86% | 0.85% | - |
| XYZ | 41.84 | 41.25 | 7.05 | - |
| YUV | 164.39 | 52.73 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 164 | 31 | 0 | 0.24 | 0.86 | 0.15 | 43.14 | 0.75 | 0.48 |
| Hex | D8 | A4 | 1F | 0 | 18 | 56 | F | 2B | 4B | 30 |
| Octal | 330 | 244 | 37 | 0 | 30 | 126 | 17 | 53 | 113 | 60 |
| Binary | 11011000 | 10100100 | 11111 | 0 | 11000 | 1010110 | 1111 | 101011 | 1001011 | 110000 |
Color Harmonies of #D8A41F
Complementary color
Monochromatic Colors of #D8A41F
Black with #D8A41F
Text Example
Text Example
White with #D8A41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A41F; }
p { color: rgb(216,164,31); }
H1.HeaderClassName
{
color: #D8A41F;
}
.AnyTagClassName
{
color: #D8A41F;
}
</style>
background-color css
<style>
a { background-color: #D8A41F; }
a { background-color: rgb(216,164,31); }
div.DivClassName
{
background-color: #D8A41F;
}
.BgClassName
{
background-color: #D8A41F;
}
</style>
border-color css
<style>
span { border-color: #D8A41F; }
span { border-color: rgb(216,164,31); }
td.TdClassName
{
border-color: #D8A41F;
}
.TagClassName
{
border-color: #D8A41F;
}
</style>