Shades of Galliano #CAA421
Tints of Galliano #CAA421
RGB
CMYK
RGB Variations
Color information
#CAA421 (or 0xCAA421) is known color: Galliano. HEX triplet: CA, A4 and 21. RGB value is (202,164,33). Sum of RGB (Red+Green+Blue) = 202+164+33=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 164 (64.45% from 255 or 41.10% from 399); Blue value is 33 (13.28% from 255 or 8.27% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA421 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA421 is #355BDE. Grayscale: #A0A0A0. Windows color (decimal): -3496927 or 2204874. OLE color: 2204874.
HSL color Cylindrical-coordinate representation of color #CAA421: hue angle of 46.51º degrees, saturation: 0.72, 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 #CAA421 is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 164 | 33 | - |
| CMYK | 0 | 0.19 | 0.84 | 0.21 |
| HSL | 46.51º | 0.72% | 0.46% | - |
| HSV(B) | 46.51º | 0.84% | 0.79% | - |
| XYZ | 37.91 | 39.22 | 7.01 | - |
| YUV | 160.43 | 56.09 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 164 | 33 | 0 | 0.19 | 0.84 | 0.21 | 46.51 | 0.72 | 0.46 |
| Hex | CA | A4 | 21 | 0 | 13 | 54 | 15 | 2F | 48 | 2E |
| Octal | 312 | 244 | 41 | 0 | 23 | 124 | 25 | 57 | 110 | 56 |
| Binary | 11001010 | 10100100 | 100001 | 0 | 10011 | 1010100 | 10101 | 101111 | 1001000 | 101110 |
Color Harmonies of #CAA421
Complementary color
Monochromatic Colors of #CAA421
Black with #CAA421
Text Example
Text Example
White with #CAA421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA421; }
p { color: rgb(202,164,33); }
H1.HeaderClassName
{
color: #CAA421;
}
.AnyTagClassName
{
color: #CAA421;
}
</style>
background-color css
<style>
a { background-color: #CAA421; }
a { background-color: rgb(202,164,33); }
div.DivClassName
{
background-color: #CAA421;
}
.BgClassName
{
background-color: #CAA421;
}
</style>
border-color css
<style>
span { border-color: #CAA421; }
span { border-color: rgb(202,164,33); }
td.TdClassName
{
border-color: #CAA421;
}
.TagClassName
{
border-color: #CAA421;
}
</style>