Shades of Galliano #CAA920
Tints of Galliano #CAA920
RGB
CMYK
RGB Variations
Color information
#CAA920 (or 0xCAA920) is known color: Galliano. HEX triplet: CA, A9 and 20. RGB value is (202,169,32). Sum of RGB (Red+Green+Blue) = 202+169+32=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 169 (66.41% from 255 or 41.94% from 403); Blue value is 32 (12.89% from 255 or 7.94% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA920 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA920 is #3556DF. Grayscale: #A3A3A3. Windows color (decimal): -3495648 or 2140618. OLE color: 2140618.
HSL color Cylindrical-coordinate representation of color #CAA920: hue angle of 48.35º 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 #CAA920 is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 169 | 32 | - |
| CMYK | 0 | 0.16 | 0.84 | 0.21 |
| HSL | 48.35º | 0.73% | 0.46% | - |
| HSV(B) | 48.35º | 0.84% | 0.79% | - |
| XYZ | 38.81 | 41.04 | 7.24 | - |
| YUV | 163.25 | 53.93 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 169 | 32 | 0 | 0.16 | 0.84 | 0.21 | 48.35 | 0.73 | 0.46 |
| Hex | CA | A9 | 20 | 0 | 10 | 54 | 15 | 30 | 49 | 2E |
| Octal | 312 | 251 | 40 | 0 | 20 | 124 | 25 | 60 | 111 | 56 |
| Binary | 11001010 | 10101001 | 100000 | 0 | 10000 | 1010100 | 10101 | 110000 | 1001001 | 101110 |
Color Harmonies of #CAA920
Complementary color
Monochromatic Colors of #CAA920
Black with #CAA920
Text Example
Text Example
White with #CAA920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA920; }
p { color: rgb(202,169,32); }
H1.HeaderClassName
{
color: #CAA920;
}
.AnyTagClassName
{
color: #CAA920;
}
</style>
background-color css
<style>
a { background-color: #CAA920; }
a { background-color: rgb(202,169,32); }
div.DivClassName
{
background-color: #CAA920;
}
.BgClassName
{
background-color: #CAA920;
}
</style>
border-color css
<style>
span { border-color: #CAA920; }
span { border-color: rgb(202,169,32); }
td.TdClassName
{
border-color: #CAA920;
}
.TagClassName
{
border-color: #CAA920;
}
</style>