Shades of Galliano #CAA22D
Tints of Galliano #CAA22D
RGB
CMYK
RGB Variations
Color information
#CAA22D (or 0xCAA22D) is known color: Galliano. HEX triplet: CA, A2 and 2D. RGB value is (202,162,45). Sum of RGB (Red+Green+Blue) = 202+162+45=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 162 (63.67% from 255 or 39.61% from 409); Blue value is 45 (17.97% from 255 or 11.00% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA22D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA22D is #355DD2. Grayscale: #A1A1A1. Windows color (decimal): -3497427 or 2990794. OLE color: 2990794.
HSL color Cylindrical-coordinate representation of color #CAA22D: hue angle of 44.71º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CAA22D is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 162 | 45 | - |
| CMYK | 0 | 0.20 | 0.78 | 0.21 |
| HSL | 44.71º | 0.64% | 0.48% | - |
| HSV(B) | 44.71º | 0.78% | 0.79% | - |
| XYZ | 37.75 | 38.59 | 7.94 | - |
| YUV | 160.62 | 62.75 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 162 | 45 | 0 | 0.20 | 0.78 | 0.21 | 44.71 | 0.64 | 0.48 |
| Hex | CA | A2 | 2D | 0 | 14 | 4E | 15 | 2D | 40 | 30 |
| Octal | 312 | 242 | 55 | 0 | 24 | 116 | 25 | 55 | 100 | 60 |
| Binary | 11001010 | 10100010 | 101101 | 0 | 10100 | 1001110 | 10101 | 101101 | 1000000 | 110000 |
Color Harmonies of #CAA22D
Complementary color
Monochromatic Colors of #CAA22D
Black with #CAA22D
Text Example
Text Example
White with #CAA22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA22D; }
p { color: rgb(202,162,45); }
H1.HeaderClassName
{
color: #CAA22D;
}
.AnyTagClassName
{
color: #CAA22D;
}
</style>
background-color css
<style>
a { background-color: #CAA22D; }
a { background-color: rgb(202,162,45); }
div.DivClassName
{
background-color: #CAA22D;
}
.BgClassName
{
background-color: #CAA22D;
}
</style>
border-color css
<style>
span { border-color: #CAA22D; }
span { border-color: rgb(202,162,45); }
td.TdClassName
{
border-color: #CAA22D;
}
.TagClassName
{
border-color: #CAA22D;
}
</style>