Shades of Galliano #CAA928
Tints of Galliano #CAA928
RGB
CMYK
RGB Variations
Color information
#CAA928 (or 0xCAA928) is known color: Galliano. HEX triplet: CA, A9 and 28. RGB value is (202,169,40). Sum of RGB (Red+Green+Blue) = 202+169+40=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 169 (66.41% from 255 or 41.12% from 411); Blue value is 40 (16.02% from 255 or 9.73% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA928 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA928 is #3556D7. Grayscale: #A4A4A4. Windows color (decimal): -3495640 or 2664906. OLE color: 2664906.
HSL color Cylindrical-coordinate representation of color #CAA928: hue angle of 47.78º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CAA928 is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 169 | 40 | - |
| CMYK | 0 | 0.16 | 0.80 | 0.21 |
| HSL | 47.78º | 0.67% | 0.47% | - |
| HSV(B) | 47.78º | 0.8% | 0.79% | - |
| XYZ | 38.93 | 41.09 | 7.89 | - |
| YUV | 164.16 | 57.93 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 169 | 40 | 0 | 0.16 | 0.80 | 0.21 | 47.78 | 0.67 | 0.47 |
| Hex | CA | A9 | 28 | 0 | 10 | 50 | 15 | 30 | 43 | 2F |
| Octal | 312 | 251 | 50 | 0 | 20 | 120 | 25 | 60 | 103 | 57 |
| Binary | 11001010 | 10101001 | 101000 | 0 | 10000 | 1010000 | 10101 | 110000 | 1000011 | 101111 |
Color Harmonies of #CAA928
Complementary color
Monochromatic Colors of #CAA928
Black with #CAA928
Text Example
Text Example
White with #CAA928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA928; }
p { color: rgb(202,169,40); }
H1.HeaderClassName
{
color: #CAA928;
}
.AnyTagClassName
{
color: #CAA928;
}
</style>
background-color css
<style>
a { background-color: #CAA928; }
a { background-color: rgb(202,169,40); }
div.DivClassName
{
background-color: #CAA928;
}
.BgClassName
{
background-color: #CAA928;
}
</style>
border-color css
<style>
span { border-color: #CAA928; }
span { border-color: rgb(202,169,40); }
td.TdClassName
{
border-color: #CAA928;
}
.TagClassName
{
border-color: #CAA928;
}
</style>