Shades of Galliano #DCA81C
Tints of Galliano #DCA81C
RGB
CMYK
RGB Variations
Color information
#DCA81C (or 0xDCA81C) is known color: Galliano. HEX triplet: DC, A8 and 1C. RGB value is (220,168,28). Sum of RGB (Red+Green+Blue) = 220+168+28=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 168 (66.02% from 255 or 40.38% from 416); Blue value is 28 (11.33% from 255 or 6.73% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA81C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA81C is #2357E3. Grayscale: #A8A8A8. Windows color (decimal): -2316260 or 1878236. OLE color: 1878236.
HSL color Cylindrical-coordinate representation of color #DCA81C: hue angle of 43.75º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DCA81C is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 168 | 28 | - |
| CMYK | 0 | 0.24 | 0.87 | 0.14 |
| HSL | 43.75º | 0.77% | 0.49% | - |
| HSV(B) | 43.75º | 0.87% | 0.86% | - |
| XYZ | 43.73 | 43.3 | 7.15 | - |
| YUV | 167.59 | 49.23 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 168 | 28 | 0 | 0.24 | 0.87 | 0.14 | 43.75 | 0.77 | 0.49 |
| Hex | DC | A8 | 1C | 0 | 18 | 57 | E | 2C | 4D | 31 |
| Octal | 334 | 250 | 34 | 0 | 30 | 127 | 16 | 54 | 115 | 61 |
| Binary | 11011100 | 10101000 | 11100 | 0 | 11000 | 1010111 | 1110 | 101100 | 1001101 | 110001 |
Color Harmonies of #DCA81C
Complementary color
Monochromatic Colors of #DCA81C
Black with #DCA81C
Text Example
Text Example
White with #DCA81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA81C; }
p { color: rgb(220,168,28); }
H1.HeaderClassName
{
color: #DCA81C;
}
.AnyTagClassName
{
color: #DCA81C;
}
</style>
background-color css
<style>
a { background-color: #DCA81C; }
a { background-color: rgb(220,168,28); }
div.DivClassName
{
background-color: #DCA81C;
}
.BgClassName
{
background-color: #DCA81C;
}
</style>
border-color css
<style>
span { border-color: #DCA81C; }
span { border-color: rgb(220,168,28); }
td.TdClassName
{
border-color: #DCA81C;
}
.TagClassName
{
border-color: #DCA81C;
}
</style>