Shades of Galliano #DCA12A
Tints of Galliano #DCA12A
RGB
CMYK
RGB Variations
Color information
#DCA12A (or 0xDCA12A) is known color: Galliano. HEX triplet: DC, A1 and 2A. RGB value is (220,161,42). Sum of RGB (Red+Green+Blue) = 220+161+42=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 161 (63.28% from 255 or 38.06% from 423); Blue value is 42 (16.80% from 255 or 9.93% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA12A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA12A is #235ED5. Grayscale: #A5A5A5. Windows color (decimal): -2318038 or 2793948. OLE color: 2793948.
HSL color Cylindrical-coordinate representation of color #DCA12A: hue angle of 40.11º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DCA12A is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 161 | 42 | - |
| CMYK | 0 | 0.27 | 0.81 | 0.14 |
| HSL | 40.11º | 0.72% | 0.51% | - |
| HSV(B) | 40.11º | 0.81% | 0.86% | - |
| XYZ | 42.68 | 40.87 | 7.83 | - |
| YUV | 165.08 | 58.55 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 161 | 42 | 0 | 0.27 | 0.81 | 0.14 | 40.11 | 0.72 | 0.51 |
| Hex | DC | A1 | 2A | 0 | 1B | 51 | E | 28 | 48 | 33 |
| Octal | 334 | 241 | 52 | 0 | 33 | 121 | 16 | 50 | 110 | 63 |
| Binary | 11011100 | 10100001 | 101010 | 0 | 11011 | 1010001 | 1110 | 101000 | 1001000 | 110011 |
Color Harmonies of #DCA12A
Complementary color
Monochromatic Colors of #DCA12A
Black with #DCA12A
Text Example
Text Example
White with #DCA12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA12A; }
p { color: rgb(220,161,42); }
H1.HeaderClassName
{
color: #DCA12A;
}
.AnyTagClassName
{
color: #DCA12A;
}
</style>
background-color css
<style>
a { background-color: #DCA12A; }
a { background-color: rgb(220,161,42); }
div.DivClassName
{
background-color: #DCA12A;
}
.BgClassName
{
background-color: #DCA12A;
}
</style>
border-color css
<style>
span { border-color: #DCA12A; }
span { border-color: rgb(220,161,42); }
td.TdClassName
{
border-color: #DCA12A;
}
.TagClassName
{
border-color: #DCA12A;
}
</style>