Shades of Galliano #DCA32B
Tints of Galliano #DCA32B
RGB
CMYK
RGB Variations
Color information
#DCA32B (or 0xDCA32B) is known color: Galliano. HEX triplet: DC, A3 and 2B. RGB value is (220,163,43). Sum of RGB (Red+Green+Blue) = 220+163+43=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 163 (64.06% from 255 or 38.26% from 426); Blue value is 43 (17.19% from 255 or 10.09% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA32B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA32B is #235CD4. Grayscale: #A6A6A6. Windows color (decimal): -2317525 or 2859996. OLE color: 2859996.
HSL color Cylindrical-coordinate representation of color #DCA32B: hue angle of 40.68º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCA32B is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 163 | 43 | - |
| CMYK | 0 | 0.26 | 0.80 | 0.14 |
| HSL | 40.68º | 0.72% | 0.52% | - |
| HSV(B) | 40.68º | 0.8% | 0.86% | - |
| XYZ | 43.05 | 41.58 | 8.04 | - |
| YUV | 166.36 | 58.38 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 163 | 43 | 0 | 0.26 | 0.80 | 0.14 | 40.68 | 0.72 | 0.52 |
| Hex | DC | A3 | 2B | 0 | 1A | 50 | E | 29 | 48 | 34 |
| Octal | 334 | 243 | 53 | 0 | 32 | 120 | 16 | 51 | 110 | 64 |
| Binary | 11011100 | 10100011 | 101011 | 0 | 11010 | 1010000 | 1110 | 101001 | 1001000 | 110100 |
Color Harmonies of #DCA32B
Complementary color
Monochromatic Colors of #DCA32B
Black with #DCA32B
Text Example
Text Example
White with #DCA32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA32B; }
p { color: rgb(220,163,43); }
H1.HeaderClassName
{
color: #DCA32B;
}
.AnyTagClassName
{
color: #DCA32B;
}
</style>
background-color css
<style>
a { background-color: #DCA32B; }
a { background-color: rgb(220,163,43); }
div.DivClassName
{
background-color: #DCA32B;
}
.BgClassName
{
background-color: #DCA32B;
}
</style>
border-color css
<style>
span { border-color: #DCA32B; }
span { border-color: rgb(220,163,43); }
td.TdClassName
{
border-color: #DCA32B;
}
.TagClassName
{
border-color: #DCA32B;
}
</style>