Shades of Galliano #CAA324
Tints of Galliano #CAA324
RGB
CMYK
RGB Variations
Color information
#CAA324 (or 0xCAA324) is known color: Galliano. HEX triplet: CA, A3 and 24. RGB value is (202,163,36). Sum of RGB (Red+Green+Blue) = 202+163+36=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 163 (64.06% from 255 or 40.65% from 401); Blue value is 36 (14.45% from 255 or 8.98% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA324 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA324 is #355CDB. Grayscale: #A0A0A0. Windows color (decimal): -3497180 or 2401226. OLE color: 2401226.
HSL color Cylindrical-coordinate representation of color #CAA324: hue angle of 45.9º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CAA324 is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 163 | 36 | - |
| CMYK | 0 | 0.19 | 0.82 | 0.21 |
| HSL | 45.9º | 0.7% | 0.47% | - |
| HSV(B) | 45.9º | 0.82% | 0.79% | - |
| XYZ | 37.77 | 38.88 | 7.18 | - |
| YUV | 160.18 | 57.92 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 163 | 36 | 0 | 0.19 | 0.82 | 0.21 | 45.9 | 0.7 | 0.47 |
| Hex | CA | A3 | 24 | 0 | 13 | 52 | 15 | 2E | 46 | 2F |
| Octal | 312 | 243 | 44 | 0 | 23 | 122 | 25 | 56 | 106 | 57 |
| Binary | 11001010 | 10100011 | 100100 | 0 | 10011 | 1010010 | 10101 | 101110 | 1000110 | 101111 |
Color Harmonies of #CAA324
Complementary color
Monochromatic Colors of #CAA324
Black with #CAA324
Text Example
Text Example
White with #CAA324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA324; }
p { color: rgb(202,163,36); }
H1.HeaderClassName
{
color: #CAA324;
}
.AnyTagClassName
{
color: #CAA324;
}
</style>
background-color css
<style>
a { background-color: #CAA324; }
a { background-color: rgb(202,163,36); }
div.DivClassName
{
background-color: #CAA324;
}
.BgClassName
{
background-color: #CAA324;
}
</style>
border-color css
<style>
span { border-color: #CAA324; }
span { border-color: rgb(202,163,36); }
td.TdClassName
{
border-color: #CAA324;
}
.TagClassName
{
border-color: #CAA324;
}
</style>