Shades of Galliano #CBA722
Tints of Galliano #CBA722
RGB
CMYK
RGB Variations
Color information
#CBA722 (or 0xCBA722) is known color: Galliano. HEX triplet: CB, A7 and 22. RGB value is (203,167,34). Sum of RGB (Red+Green+Blue) = 203+167+34=404 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.25% from 404); Green value is 167 (65.62% from 255 or 41.34% from 404); Blue value is 34 (13.67% from 255 or 8.42% from 404); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA722 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA722 is #3458DD. Grayscale: #A3A3A3. Windows color (decimal): -3430622 or 2271179. OLE color: 2271179.
HSL color Cylindrical-coordinate representation of color #CBA722: hue angle of 47.22º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CBA722 is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 167 | 34 | - |
| CMYK | 0 | 0.18 | 0.83 | 0.20 |
| HSL | 47.22º | 0.71% | 0.46% | - |
| HSV(B) | 47.22º | 0.83% | 0.8% | - |
| XYZ | 38.74 | 40.45 | 7.28 | - |
| YUV | 162.6 | 55.43 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 34 | 0 | 0.18 | 0.83 | 0.20 | 47.22 | 0.71 | 0.46 |
| Hex | CB | A7 | 22 | 0 | 12 | 53 | 14 | 2F | 47 | 2E |
| Octal | 313 | 247 | 42 | 0 | 22 | 123 | 24 | 57 | 107 | 56 |
| Binary | 11001011 | 10100111 | 100010 | 0 | 10010 | 1010011 | 10100 | 101111 | 1000111 | 101110 |
Color Harmonies of #CBA722
Complementary color
Monochromatic Colors of #CBA722
Black with #CBA722
Text Example
Text Example
White with #CBA722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA722; }
p { color: rgb(203,167,34); }
H1.HeaderClassName
{
color: #CBA722;
}
.AnyTagClassName
{
color: #CBA722;
}
</style>
background-color css
<style>
a { background-color: #CBA722; }
a { background-color: rgb(203,167,34); }
div.DivClassName
{
background-color: #CBA722;
}
.BgClassName
{
background-color: #CBA722;
}
</style>
border-color css
<style>
span { border-color: #CBA722; }
span { border-color: rgb(203,167,34); }
td.TdClassName
{
border-color: #CBA722;
}
.TagClassName
{
border-color: #CBA722;
}
</style>