Shades of Galliano #D4A91C
Tints of Galliano #D4A91C
RGB
CMYK
RGB Variations
Color information
#D4A91C (or 0xD4A91C) is known color: Galliano. HEX triplet: D4, A9 and 1C. RGB value is (212,169,28). Sum of RGB (Red+Green+Blue) = 212+169+28=409 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.83% from 409); Green value is 169 (66.41% from 255 or 41.32% from 409); Blue value is 28 (11.33% from 255 or 6.85% from 409); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A91C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A91C is #2B56E3. Grayscale: #A6A6A6. Windows color (decimal): -2840292 or 1878484. OLE color: 1878484.
HSL color Cylindrical-coordinate representation of color #D4A91C: hue angle of 45.98º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D4A91C is Cyan = 0, Magento = 0.20, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 169 | 28 | - |
| CMYK | 0 | 0.20 | 0.87 | 0.17 |
| HSL | 45.98º | 0.77% | 0.47% | - |
| HSV(B) | 45.98º | 0.87% | 0.83% | - |
| XYZ | 41.55 | 42.46 | 7.1 | - |
| YUV | 165.78 | 50.25 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 169 | 28 | 0 | 0.20 | 0.87 | 0.17 | 45.98 | 0.77 | 0.47 |
| Hex | D4 | A9 | 1C | 0 | 14 | 57 | 11 | 2E | 4D | 2F |
| Octal | 324 | 251 | 34 | 0 | 24 | 127 | 21 | 56 | 115 | 57 |
| Binary | 11010100 | 10101001 | 11100 | 0 | 10100 | 1010111 | 10001 | 101110 | 1001101 | 101111 |
Color Harmonies of #D4A91C
Complementary color
Monochromatic Colors of #D4A91C
Black with #D4A91C
Text Example
Text Example
White with #D4A91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A91C; }
p { color: rgb(212,169,28); }
H1.HeaderClassName
{
color: #D4A91C;
}
.AnyTagClassName
{
color: #D4A91C;
}
</style>
background-color css
<style>
a { background-color: #D4A91C; }
a { background-color: rgb(212,169,28); }
div.DivClassName
{
background-color: #D4A91C;
}
.BgClassName
{
background-color: #D4A91C;
}
</style>
border-color css
<style>
span { border-color: #D4A91C; }
span { border-color: rgb(212,169,28); }
td.TdClassName
{
border-color: #D4A91C;
}
.TagClassName
{
border-color: #D4A91C;
}
</style>