Shades of Galliano #CAA822
Tints of Galliano #CAA822
RGB
CMYK
RGB Variations
Color information
#CAA822 (or 0xCAA822) is known color: Galliano. HEX triplet: CA, A8 and 22. RGB value is (202,168,34). Sum of RGB (Red+Green+Blue) = 202+168+34=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 168 (66.02% from 255 or 41.58% from 404); Blue value is 34 (13.67% from 255 or 8.42% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA822 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA822 is #3557DD. Grayscale: #A3A3A3. Windows color (decimal): -3495902 or 2271434. OLE color: 2271434.
HSL color Cylindrical-coordinate representation of color #CAA822: hue angle of 47.86º 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 #CAA822 is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 168 | 34 | - |
| CMYK | 0 | 0.17 | 0.83 | 0.21 |
| HSL | 47.86º | 0.71% | 0.46% | - |
| HSV(B) | 47.86º | 0.83% | 0.79% | - |
| XYZ | 38.65 | 40.68 | 7.33 | - |
| YUV | 162.89 | 55.26 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 168 | 34 | 0 | 0.17 | 0.83 | 0.21 | 47.86 | 0.71 | 0.46 |
| Hex | CA | A8 | 22 | 0 | 11 | 53 | 15 | 30 | 47 | 2E |
| Octal | 312 | 250 | 42 | 0 | 21 | 123 | 25 | 60 | 107 | 56 |
| Binary | 11001010 | 10101000 | 100010 | 0 | 10001 | 1010011 | 10101 | 110000 | 1000111 | 101110 |
Color Harmonies of #CAA822
Complementary color
Monochromatic Colors of #CAA822
Black with #CAA822
Text Example
Text Example
White with #CAA822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA822; }
p { color: rgb(202,168,34); }
H1.HeaderClassName
{
color: #CAA822;
}
.AnyTagClassName
{
color: #CAA822;
}
</style>
background-color css
<style>
a { background-color: #CAA822; }
a { background-color: rgb(202,168,34); }
div.DivClassName
{
background-color: #CAA822;
}
.BgClassName
{
background-color: #CAA822;
}
</style>
border-color css
<style>
span { border-color: #CAA822; }
span { border-color: rgb(202,168,34); }
td.TdClassName
{
border-color: #CAA822;
}
.TagClassName
{
border-color: #CAA822;
}
</style>