Shades of Galliano #CAA420
Tints of Galliano #CAA420
RGB
CMYK
RGB Variations
Color information
#CAA420 (or 0xCAA420) is known color: Galliano. HEX triplet: CA, A4 and 20. RGB value is (202,164,32). Sum of RGB (Red+Green+Blue) = 202+164+32=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 164 (64.45% from 255 or 41.21% from 398); Blue value is 32 (12.89% from 255 or 8.04% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA420 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA420 is #355BDF. Grayscale: #A0A0A0. Windows color (decimal): -3496928 or 2139338. OLE color: 2139338.
HSL color Cylindrical-coordinate representation of color #CAA420: hue angle of 46.59º 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 #CAA420 is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 164 | 32 | - |
| CMYK | 0 | 0.19 | 0.84 | 0.21 |
| HSL | 46.59º | 0.73% | 0.46% | - |
| HSV(B) | 46.59º | 0.84% | 0.79% | - |
| XYZ | 37.89 | 39.21 | 6.94 | - |
| YUV | 160.31 | 55.59 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 164 | 32 | 0 | 0.19 | 0.84 | 0.21 | 46.59 | 0.73 | 0.46 |
| Hex | CA | A4 | 20 | 0 | 13 | 54 | 15 | 2F | 49 | 2E |
| Octal | 312 | 244 | 40 | 0 | 23 | 124 | 25 | 57 | 111 | 56 |
| Binary | 11001010 | 10100100 | 100000 | 0 | 10011 | 1010100 | 10101 | 101111 | 1001001 | 101110 |
Color Harmonies of #CAA420
Complementary color
Monochromatic Colors of #CAA420
Black with #CAA420
Text Example
Text Example
White with #CAA420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA420; }
p { color: rgb(202,164,32); }
H1.HeaderClassName
{
color: #CAA420;
}
.AnyTagClassName
{
color: #CAA420;
}
</style>
background-color css
<style>
a { background-color: #CAA420; }
a { background-color: rgb(202,164,32); }
div.DivClassName
{
background-color: #CAA420;
}
.BgClassName
{
background-color: #CAA420;
}
</style>
border-color css
<style>
span { border-color: #CAA420; }
span { border-color: rgb(202,164,32); }
td.TdClassName
{
border-color: #CAA420;
}
.TagClassName
{
border-color: #CAA420;
}
</style>