Shades of Galliano #CAA020
Tints of Galliano #CAA020
RGB
CMYK
RGB Variations
Color information
#CAA020 (or 0xCAA020) is known color: Galliano. HEX triplet: CA, A0 and 20. RGB value is (202,160,32). Sum of RGB (Red+Green+Blue) = 202+160+32=394 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.27% from 394); Green value is 160 (62.89% from 255 or 40.61% from 394); Blue value is 32 (12.89% from 255 or 8.12% from 394); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA020 is #355FDF. Grayscale: #9E9E9E. Windows color (decimal): -3497952 or 2138314. OLE color: 2138314.
HSL color Cylindrical-coordinate representation of color #CAA020: hue angle of 45.18º 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 #CAA020 is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 160 | 32 | - |
| CMYK | 0 | 0.21 | 0.84 | 0.21 |
| HSL | 45.18º | 0.73% | 0.46% | - |
| HSV(B) | 45.18º | 0.84% | 0.79% | - |
| XYZ | 37.19 | 37.8 | 6.7 | - |
| YUV | 157.97 | 56.91 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 32 | 0 | 0.21 | 0.84 | 0.21 | 45.18 | 0.73 | 0.46 |
| Hex | CA | A0 | 20 | 0 | 15 | 54 | 15 | 2D | 49 | 2E |
| Octal | 312 | 240 | 40 | 0 | 25 | 124 | 25 | 55 | 111 | 56 |
| Binary | 11001010 | 10100000 | 100000 | 0 | 10101 | 1010100 | 10101 | 101101 | 1001001 | 101110 |
Color Harmonies of #CAA020
Complementary color
Monochromatic Colors of #CAA020
Black with #CAA020
Text Example
Text Example
White with #CAA020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA020; }
p { color: rgb(202,160,32); }
H1.HeaderClassName
{
color: #CAA020;
}
.AnyTagClassName
{
color: #CAA020;
}
</style>
background-color css
<style>
a { background-color: #CAA020; }
a { background-color: rgb(202,160,32); }
div.DivClassName
{
background-color: #CAA020;
}
.BgClassName
{
background-color: #CAA020;
}
</style>
border-color css
<style>
span { border-color: #CAA020; }
span { border-color: rgb(202,160,32); }
td.TdClassName
{
border-color: #CAA020;
}
.TagClassName
{
border-color: #CAA020;
}
</style>