Shades of Galliano #DCA82F
Tints of Galliano #DCA82F
RGB
CMYK
RGB Variations
Color information
#DCA82F (or 0xDCA82F) is known color: Galliano. HEX triplet: DC, A8 and 2F. RGB value is (220,168,47). Sum of RGB (Red+Green+Blue) = 220+168+47=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 168 (66.02% from 255 or 38.62% from 435); Blue value is 47 (18.75% from 255 or 10.80% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA82F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA82F is #2357D0. Grayscale: #AAAAAA. Windows color (decimal): -2316241 or 3123420. OLE color: 3123420.
HSL color Cylindrical-coordinate representation of color #DCA82F: hue angle of 41.97º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DCA82F is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 168 | 47 | - |
| CMYK | 0 | 0.24 | 0.79 | 0.14 |
| HSL | 41.97º | 0.71% | 0.52% | - |
| HSV(B) | 41.97º | 0.79% | 0.86% | - |
| XYZ | 44.03 | 43.43 | 8.75 | - |
| YUV | 169.75 | 58.73 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 168 | 47 | 0 | 0.24 | 0.79 | 0.14 | 41.97 | 0.71 | 0.52 |
| Hex | DC | A8 | 2F | 0 | 18 | 4F | E | 2A | 47 | 34 |
| Octal | 334 | 250 | 57 | 0 | 30 | 117 | 16 | 52 | 107 | 64 |
| Binary | 11011100 | 10101000 | 101111 | 0 | 11000 | 1001111 | 1110 | 101010 | 1000111 | 110100 |
Color Harmonies of #DCA82F
Complementary color
Monochromatic Colors of #DCA82F
Black with #DCA82F
Text Example
Text Example
White with #DCA82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA82F; }
p { color: rgb(220,168,47); }
H1.HeaderClassName
{
color: #DCA82F;
}
.AnyTagClassName
{
color: #DCA82F;
}
</style>
background-color css
<style>
a { background-color: #DCA82F; }
a { background-color: rgb(220,168,47); }
div.DivClassName
{
background-color: #DCA82F;
}
.BgClassName
{
background-color: #DCA82F;
}
</style>
border-color css
<style>
span { border-color: #DCA82F; }
span { border-color: rgb(220,168,47); }
td.TdClassName
{
border-color: #DCA82F;
}
.TagClassName
{
border-color: #DCA82F;
}
</style>