Shades of Galliano #CAB122
Tints of Galliano #CAB122
RGB
CMYK
RGB Variations
Color information
#CAB122 (or 0xCAB122) is known color: Galliano. HEX triplet: CA, B1 and 22. RGB value is (202,177,34). Sum of RGB (Red+Green+Blue) = 202+177+34=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 177 (69.53% from 255 or 42.86% from 413); Blue value is 34 (13.67% from 255 or 8.23% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB122 is #354EDD. Grayscale: #A8A8A8. Windows color (decimal): -3493598 or 2273738. OLE color: 2273738.
HSL color Cylindrical-coordinate representation of color #CAB122: hue angle of 51.07º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CAB122 is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 177 | 34 | - |
| CMYK | 0 | 0.12 | 0.83 | 0.21 |
| HSL | 51.07º | 0.71% | 0.46% | - |
| HSV(B) | 51.07º | 0.83% | 0.79% | - |
| XYZ | 40.37 | 44.12 | 7.9 | - |
| YUV | 168.17 | 52.28 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 177 | 34 | 0 | 0.12 | 0.83 | 0.21 | 51.07 | 0.71 | 0.46 |
| Hex | CA | B1 | 22 | 0 | C | 53 | 15 | 33 | 47 | 2E |
| Octal | 312 | 261 | 42 | 0 | 14 | 123 | 25 | 63 | 107 | 56 |
| Binary | 11001010 | 10110001 | 100010 | 0 | 1100 | 1010011 | 10101 | 110011 | 1000111 | 101110 |
Color Harmonies of #CAB122
Complementary color
Monochromatic Colors of #CAB122
Black with #CAB122
Text Example
Text Example
White with #CAB122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB122; }
p { color: rgb(202,177,34); }
H1.HeaderClassName
{
color: #CAB122;
}
.AnyTagClassName
{
color: #CAB122;
}
</style>
background-color css
<style>
a { background-color: #CAB122; }
a { background-color: rgb(202,177,34); }
div.DivClassName
{
background-color: #CAB122;
}
.BgClassName
{
background-color: #CAB122;
}
</style>
border-color css
<style>
span { border-color: #CAB122; }
span { border-color: rgb(202,177,34); }
td.TdClassName
{
border-color: #CAB122;
}
.TagClassName
{
border-color: #CAB122;
}
</style>