Shades of Galliano #CAA024
Tints of Galliano #CAA024
RGB
CMYK
RGB Variations
Color information
#CAA024 (or 0xCAA024) is known color: Galliano. HEX triplet: CA, A0 and 24. RGB value is (202,160,36). Sum of RGB (Red+Green+Blue) = 202+160+36=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 160 (62.89% from 255 or 40.20% from 398); Blue value is 36 (14.45% from 255 or 9.05% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA024 is #355FDB. Grayscale: #9E9E9E. Windows color (decimal): -3497948 or 2400458. OLE color: 2400458.
HSL color Cylindrical-coordinate representation of color #CAA024: hue angle of 44.82º 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 #CAA024 is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 160 | 36 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.21 |
| HSL | 44.82º | 0.7% | 0.47% | - |
| HSV(B) | 44.82º | 0.82% | 0.79% | - |
| XYZ | 37.25 | 37.83 | 7.01 | - |
| YUV | 158.42 | 58.91 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 36 | 0 | 0.21 | 0.82 | 0.21 | 44.82 | 0.7 | 0.47 |
| Hex | CA | A0 | 24 | 0 | 15 | 52 | 15 | 2D | 46 | 2F |
| Octal | 312 | 240 | 44 | 0 | 25 | 122 | 25 | 55 | 106 | 57 |
| Binary | 11001010 | 10100000 | 100100 | 0 | 10101 | 1010010 | 10101 | 101101 | 1000110 | 101111 |
Color Harmonies of #CAA024
Complementary color
Monochromatic Colors of #CAA024
Black with #CAA024
Text Example
Text Example
White with #CAA024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA024; }
p { color: rgb(202,160,36); }
H1.HeaderClassName
{
color: #CAA024;
}
.AnyTagClassName
{
color: #CAA024;
}
</style>
background-color css
<style>
a { background-color: #CAA024; }
a { background-color: rgb(202,160,36); }
div.DivClassName
{
background-color: #CAA024;
}
.BgClassName
{
background-color: #CAA024;
}
</style>
border-color css
<style>
span { border-color: #CAA024; }
span { border-color: rgb(202,160,36); }
td.TdClassName
{
border-color: #CAA024;
}
.TagClassName
{
border-color: #CAA024;
}
</style>