Shades of Galliano #CAA021
Tints of Galliano #CAA021
RGB
CMYK
RGB Variations
Color information
#CAA021 (or 0xCAA021) is known color: Galliano. HEX triplet: CA, A0 and 21. RGB value is (202,160,33). Sum of RGB (Red+Green+Blue) = 202+160+33=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 160 (62.89% from 255 or 40.51% from 395); Blue value is 33 (13.28% from 255 or 8.35% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA021 is #355FDE. Grayscale: #9E9E9E. Windows color (decimal): -3497951 or 2203850. OLE color: 2203850.
HSL color Cylindrical-coordinate representation of color #CAA021: hue angle of 45.09º 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 #CAA021 is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 160 | 33 | - |
| CMYK | 0 | 0.21 | 0.84 | 0.21 |
| HSL | 45.09º | 0.72% | 0.46% | - |
| HSV(B) | 45.09º | 0.84% | 0.79% | - |
| XYZ | 37.2 | 37.81 | 6.78 | - |
| YUV | 158.08 | 57.41 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 33 | 0 | 0.21 | 0.84 | 0.21 | 45.09 | 0.72 | 0.46 |
| Hex | CA | A0 | 21 | 0 | 15 | 54 | 15 | 2D | 48 | 2E |
| Octal | 312 | 240 | 41 | 0 | 25 | 124 | 25 | 55 | 110 | 56 |
| Binary | 11001010 | 10100000 | 100001 | 0 | 10101 | 1010100 | 10101 | 101101 | 1001000 | 101110 |
Color Harmonies of #CAA021
Complementary color
Monochromatic Colors of #CAA021
Black with #CAA021
Text Example
Text Example
White with #CAA021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA021; }
p { color: rgb(202,160,33); }
H1.HeaderClassName
{
color: #CAA021;
}
.AnyTagClassName
{
color: #CAA021;
}
</style>
background-color css
<style>
a { background-color: #CAA021; }
a { background-color: rgb(202,160,33); }
div.DivClassName
{
background-color: #CAA021;
}
.BgClassName
{
background-color: #CAA021;
}
</style>
border-color css
<style>
span { border-color: #CAA021; }
span { border-color: rgb(202,160,33); }
td.TdClassName
{
border-color: #CAA021;
}
.TagClassName
{
border-color: #CAA021;
}
</style>