Shades of Galliano #D0AF1C
Tints of Galliano #D0AF1C
RGB
CMYK
RGB Variations
Color information
#D0AF1C (or 0xD0AF1C) is known color: Galliano. HEX triplet: D0, AF and 1C. RGB value is (208,175,28). Sum of RGB (Red+Green+Blue) = 208+175+28=411 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.61% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 28 (11.33% from 255 or 6.81% from 411); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AF1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AF1C is #2F50E3. Grayscale: #A8A8A8. Windows color (decimal): -3100900 or 1880016. OLE color: 1880016.
HSL color Cylindrical-coordinate representation of color #D0AF1C: hue angle of 49º degrees, saturation: 0.76, 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 #D0AF1C is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 175 | 28 | - |
| CMYK | 0 | 0.16 | 0.87 | 0.18 |
| HSL | 49º | 0.76% | 0.46% | - |
| HSV(B) | 49º | 0.87% | 0.82% | - |
| XYZ | 41.55 | 44.15 | 7.43 | - |
| YUV | 168.11 | 48.93 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 175 | 28 | 0 | 0.16 | 0.87 | 0.18 | 49 | 0.76 | 0.46 |
| Hex | D0 | AF | 1C | 0 | 10 | 57 | 12 | 31 | 4C | 2E |
| Octal | 320 | 257 | 34 | 0 | 20 | 127 | 22 | 61 | 114 | 56 |
| Binary | 11010000 | 10101111 | 11100 | 0 | 10000 | 1010111 | 10010 | 110001 | 1001100 | 101110 |
Color Harmonies of #D0AF1C
Complementary color
Monochromatic Colors of #D0AF1C
Black with #D0AF1C
Text Example
Text Example
White with #D0AF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AF1C; }
p { color: rgb(208,175,28); }
H1.HeaderClassName
{
color: #D0AF1C;
}
.AnyTagClassName
{
color: #D0AF1C;
}
</style>
background-color css
<style>
a { background-color: #D0AF1C; }
a { background-color: rgb(208,175,28); }
div.DivClassName
{
background-color: #D0AF1C;
}
.BgClassName
{
background-color: #D0AF1C;
}
</style>
border-color css
<style>
span { border-color: #D0AF1C; }
span { border-color: rgb(208,175,28); }
td.TdClassName
{
border-color: #D0AF1C;
}
.TagClassName
{
border-color: #D0AF1C;
}
</style>