Shades of Galliano #DCAF17
Tints of Galliano #DCAF17
RGB
CMYK
RGB Variations
Color information
#DCAF17 (or 0xDCAF17) is known color: Galliano. HEX triplet: DC, AF and 17. RGB value is (220,175,23). Sum of RGB (Red+Green+Blue) = 220+175+23=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 175 (68.75% from 255 or 41.87% from 418); Blue value is 23 (9.38% from 255 or 5.50% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAF17 is #2350E8. Grayscale: #ABABAB. Windows color (decimal): -2314473 or 1552348. OLE color: 1552348.
HSL color Cylindrical-coordinate representation of color #DCAF17: hue angle of 46.29º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DCAF17 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 175 | 23 | - |
| CMYK | 0 | 0.20 | 0.90 | 0.14 |
| HSL | 46.29º | 0.81% | 0.48% | - |
| HSV(B) | 46.29º | 0.9% | 0.86% | - |
| XYZ | 45 | 45.94 | 7.31 | - |
| YUV | 171.13 | 44.41 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 23 | 0 | 0.20 | 0.90 | 0.14 | 46.29 | 0.81 | 0.48 |
| Hex | DC | AF | 17 | 0 | 14 | 5A | E | 2E | 51 | 30 |
| Octal | 334 | 257 | 27 | 0 | 24 | 132 | 16 | 56 | 121 | 60 |
| Binary | 11011100 | 10101111 | 10111 | 0 | 10100 | 1011010 | 1110 | 101110 | 1010001 | 110000 |
Color Harmonies of #DCAF17
Complementary color
Monochromatic Colors of #DCAF17
Black with #DCAF17
Text Example
Text Example
White with #DCAF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAF17; }
p { color: rgb(220,175,23); }
H1.HeaderClassName
{
color: #DCAF17;
}
.AnyTagClassName
{
color: #DCAF17;
}
</style>
background-color css
<style>
a { background-color: #DCAF17; }
a { background-color: rgb(220,175,23); }
div.DivClassName
{
background-color: #DCAF17;
}
.BgClassName
{
background-color: #DCAF17;
}
</style>
border-color css
<style>
span { border-color: #DCAF17; }
span { border-color: rgb(220,175,23); }
td.TdClassName
{
border-color: #DCAF17;
}
.TagClassName
{
border-color: #DCAF17;
}
</style>