Shades of Galliano #CAA122
Tints of Galliano #CAA122
RGB
CMYK
RGB Variations
Color information
#CAA122 (or 0xCAA122) is known color: Galliano. HEX triplet: CA, A1 and 22. RGB value is (202,161,34). Sum of RGB (Red+Green+Blue) = 202+161+34=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 161 (63.28% from 255 or 40.55% from 397); Blue value is 34 (13.67% from 255 or 8.56% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA122 is #355EDD. Grayscale: #9F9F9F. Windows color (decimal): -3497694 or 2269642. OLE color: 2269642.
HSL color Cylindrical-coordinate representation of color #CAA122: hue angle of 45.36º 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 #CAA122 is Cyan = 0, Magento = 0.20, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 161 | 34 | - |
| CMYK | 0 | 0.20 | 0.83 | 0.21 |
| HSL | 45.36º | 0.71% | 0.46% | - |
| HSV(B) | 45.36º | 0.83% | 0.79% | - |
| XYZ | 37.39 | 38.16 | 6.91 | - |
| YUV | 158.78 | 57.58 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 161 | 34 | 0 | 0.20 | 0.83 | 0.21 | 45.36 | 0.71 | 0.46 |
| Hex | CA | A1 | 22 | 0 | 14 | 53 | 15 | 2D | 47 | 2E |
| Octal | 312 | 241 | 42 | 0 | 24 | 123 | 25 | 55 | 107 | 56 |
| Binary | 11001010 | 10100001 | 100010 | 0 | 10100 | 1010011 | 10101 | 101101 | 1000111 | 101110 |
Color Harmonies of #CAA122
Complementary color
Monochromatic Colors of #CAA122
Black with #CAA122
Text Example
Text Example
White with #CAA122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA122; }
p { color: rgb(202,161,34); }
H1.HeaderClassName
{
color: #CAA122;
}
.AnyTagClassName
{
color: #CAA122;
}
</style>
background-color css
<style>
a { background-color: #CAA122; }
a { background-color: rgb(202,161,34); }
div.DivClassName
{
background-color: #CAA122;
}
.BgClassName
{
background-color: #CAA122;
}
</style>
border-color css
<style>
span { border-color: #CAA122; }
span { border-color: rgb(202,161,34); }
td.TdClassName
{
border-color: #CAA122;
}
.TagClassName
{
border-color: #CAA122;
}
</style>