Shades of Galliano #D4A80D
Tints of Galliano #D4A80D
RGB
CMYK
RGB Variations
Color information
#D4A80D (or 0xD4A80D) is known color: Galliano. HEX triplet: D4, A8 and 0D. RGB value is (212,168,13). Sum of RGB (Red+Green+Blue) = 212+168+13=393 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.94% from 393); Green value is 168 (66.02% from 255 or 42.75% from 393); Blue value is 13 (5.47% from 255 or 3.31% from 393); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A80D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4A80D is #2B57F2. Grayscale: #A4A4A4. Windows color (decimal): -2840563 or 895188. OLE color: 895188.
HSL color Cylindrical-coordinate representation of color #D4A80D: hue angle of 46.73º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D4A80D is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 168 | 13 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.17 |
| HSL | 46.73º | 0.88% | 0.44% | - |
| HSV(B) | 46.73º | 0.94% | 0.83% | - |
| XYZ | 41.23 | 42.03 | 6.32 | - |
| YUV | 163.49 | 43.08 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 168 | 13 | 0 | 0.21 | 0.94 | 0.17 | 46.73 | 0.88 | 0.44 |
| Hex | D4 | A8 | D | 0 | 15 | 5E | 11 | 2F | 58 | 2C |
| Octal | 324 | 250 | 15 | 0 | 25 | 136 | 21 | 57 | 130 | 54 |
| Binary | 11010100 | 10101000 | 1101 | 0 | 10101 | 1011110 | 10001 | 101111 | 1011000 | 101100 |
Color Harmonies of #D4A80D
Complementary color
Monochromatic Colors of #D4A80D
Black with #D4A80D
Text Example
Text Example
White with #D4A80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A80D; }
p { color: rgb(212,168,13); }
H1.HeaderClassName
{
color: #D4A80D;
}
.AnyTagClassName
{
color: #D4A80D;
}
</style>
background-color css
<style>
a { background-color: #D4A80D; }
a { background-color: rgb(212,168,13); }
div.DivClassName
{
background-color: #D4A80D;
}
.BgClassName
{
background-color: #D4A80D;
}
</style>
border-color css
<style>
span { border-color: #D4A80D; }
span { border-color: rgb(212,168,13); }
td.TdClassName
{
border-color: #D4A80D;
}
.TagClassName
{
border-color: #D4A80D;
}
</style>