Shades of Galliano #CAA522
Tints of Galliano #CAA522
RGB
CMYK
RGB Variations
Color information
#CAA522 (or 0xCAA522) is known color: Galliano. HEX triplet: CA, A5 and 22. RGB value is (202,165,34). Sum of RGB (Red+Green+Blue) = 202+165+34=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 165 (64.84% from 255 or 41.15% from 401); Blue value is 34 (13.67% from 255 or 8.48% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA522 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA522 is #355ADD. Grayscale: #A1A1A1. Windows color (decimal): -3496670 or 2270666. OLE color: 2270666.
HSL color Cylindrical-coordinate representation of color #CAA522: hue angle of 46.79º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CAA522 is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 165 | 34 | - |
| CMYK | 0 | 0.18 | 0.83 | 0.21 |
| HSL | 46.79º | 0.71% | 0.46% | - |
| HSV(B) | 46.79º | 0.83% | 0.79% | - |
| XYZ | 38.1 | 39.58 | 7.15 | - |
| YUV | 161.13 | 56.26 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 165 | 34 | 0 | 0.18 | 0.83 | 0.21 | 46.79 | 0.71 | 0.46 |
| Hex | CA | A5 | 22 | 0 | 12 | 53 | 15 | 2F | 47 | 2E |
| Octal | 312 | 245 | 42 | 0 | 22 | 123 | 25 | 57 | 107 | 56 |
| Binary | 11001010 | 10100101 | 100010 | 0 | 10010 | 1010011 | 10101 | 101111 | 1000111 | 101110 |
Color Harmonies of #CAA522
Complementary color
Monochromatic Colors of #CAA522
Black with #CAA522
Text Example
Text Example
White with #CAA522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA522; }
p { color: rgb(202,165,34); }
H1.HeaderClassName
{
color: #CAA522;
}
.AnyTagClassName
{
color: #CAA522;
}
</style>
background-color css
<style>
a { background-color: #CAA522; }
a { background-color: rgb(202,165,34); }
div.DivClassName
{
background-color: #CAA522;
}
.BgClassName
{
background-color: #CAA522;
}
</style>
border-color css
<style>
span { border-color: #CAA522; }
span { border-color: rgb(202,165,34); }
td.TdClassName
{
border-color: #CAA522;
}
.TagClassName
{
border-color: #CAA522;
}
</style>