Shades of Galliano #CAA620
Tints of Galliano #CAA620
RGB
CMYK
RGB Variations
Color information
#CAA620 (or 0xCAA620) is known color: Galliano. HEX triplet: CA, A6 and 20. RGB value is (202,166,32). Sum of RGB (Red+Green+Blue) = 202+166+32=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 166 (65.23% from 255 or 41.5% from 400); Blue value is 32 (12.89% from 255 or 8% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA620 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA620 is #3559DF. Grayscale: #A2A2A2. Windows color (decimal): -3496416 or 2139850. OLE color: 2139850.
HSL color Cylindrical-coordinate representation of color #CAA620: hue angle of 47.29º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CAA620 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 166 | 32 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.21 |
| HSL | 47.29º | 0.73% | 0.46% | - |
| HSV(B) | 47.29º | 0.84% | 0.79% | - |
| XYZ | 38.25 | 39.93 | 7.06 | - |
| YUV | 161.49 | 54.93 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 32 | 0 | 0.18 | 0.84 | 0.21 | 47.29 | 0.73 | 0.46 |
| Hex | CA | A6 | 20 | 0 | 12 | 54 | 15 | 2F | 49 | 2E |
| Octal | 312 | 246 | 40 | 0 | 22 | 124 | 25 | 57 | 111 | 56 |
| Binary | 11001010 | 10100110 | 100000 | 0 | 10010 | 1010100 | 10101 | 101111 | 1001001 | 101110 |
Color Harmonies of #CAA620
Complementary color
Monochromatic Colors of #CAA620
Black with #CAA620
Text Example
Text Example
White with #CAA620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA620; }
p { color: rgb(202,166,32); }
H1.HeaderClassName
{
color: #CAA620;
}
.AnyTagClassName
{
color: #CAA620;
}
</style>
background-color css
<style>
a { background-color: #CAA620; }
a { background-color: rgb(202,166,32); }
div.DivClassName
{
background-color: #CAA620;
}
.BgClassName
{
background-color: #CAA620;
}
</style>
border-color css
<style>
span { border-color: #CAA620; }
span { border-color: rgb(202,166,32); }
td.TdClassName
{
border-color: #CAA620;
}
.TagClassName
{
border-color: #CAA620;
}
</style>