Shades of Galliano #CAA621
Tints of Galliano #CAA621
RGB
CMYK
RGB Variations
Color information
#CAA621 (or 0xCAA621) is known color: Galliano. HEX triplet: CA, A6 and 21. RGB value is (202,166,33). Sum of RGB (Red+Green+Blue) = 202+166+33=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 166 (65.23% from 255 or 41.40% from 401); Blue value is 33 (13.28% from 255 or 8.23% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA621 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA621 is #3559DE. Grayscale: #A2A2A2. Windows color (decimal): -3496415 or 2205386. OLE color: 2205386.
HSL color Cylindrical-coordinate representation of color #CAA621: hue angle of 47.22º degrees, saturation: 0.72, 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 #CAA621 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 166 | 33 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.21 |
| HSL | 47.22º | 0.72% | 0.46% | - |
| HSV(B) | 47.22º | 0.84% | 0.79% | - |
| XYZ | 38.27 | 39.94 | 7.13 | - |
| YUV | 161.6 | 55.43 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 33 | 0 | 0.18 | 0.84 | 0.21 | 47.22 | 0.72 | 0.46 |
| Hex | CA | A6 | 21 | 0 | 12 | 54 | 15 | 2F | 48 | 2E |
| Octal | 312 | 246 | 41 | 0 | 22 | 124 | 25 | 57 | 110 | 56 |
| Binary | 11001010 | 10100110 | 100001 | 0 | 10010 | 1010100 | 10101 | 101111 | 1001000 | 101110 |
Color Harmonies of #CAA621
Complementary color
Monochromatic Colors of #CAA621
Black with #CAA621
Text Example
Text Example
White with #CAA621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA621; }
p { color: rgb(202,166,33); }
H1.HeaderClassName
{
color: #CAA621;
}
.AnyTagClassName
{
color: #CAA621;
}
</style>
background-color css
<style>
a { background-color: #CAA621; }
a { background-color: rgb(202,166,33); }
div.DivClassName
{
background-color: #CAA621;
}
.BgClassName
{
background-color: #CAA621;
}
</style>
border-color css
<style>
span { border-color: #CAA621; }
span { border-color: rgb(202,166,33); }
td.TdClassName
{
border-color: #CAA621;
}
.TagClassName
{
border-color: #CAA621;
}
</style>