Shades of Galliano #CBA721
Tints of Galliano #CBA721
RGB
CMYK
RGB Variations
Color information
#CBA721 (or 0xCBA721) is known color: Galliano. HEX triplet: CB, A7 and 21. RGB value is (203,167,33). Sum of RGB (Red+Green+Blue) = 203+167+33=403 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.37% from 403); Green value is 167 (65.62% from 255 or 41.44% from 403); Blue value is 33 (13.28% from 255 or 8.19% from 403); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA721 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA721 is #3458DE. Grayscale: #A3A3A3. Windows color (decimal): -3430623 or 2205643. OLE color: 2205643.
HSL color Cylindrical-coordinate representation of color #CBA721: hue angle of 47.29º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CBA721 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 167 | 33 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.20 |
| HSL | 47.29º | 0.72% | 0.46% | - |
| HSV(B) | 47.29º | 0.84% | 0.8% | - |
| XYZ | 38.72 | 40.44 | 7.2 | - |
| YUV | 162.49 | 54.93 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 33 | 0 | 0.18 | 0.84 | 0.20 | 47.29 | 0.72 | 0.46 |
| Hex | CB | A7 | 21 | 0 | 12 | 54 | 14 | 2F | 48 | 2E |
| Octal | 313 | 247 | 41 | 0 | 22 | 124 | 24 | 57 | 110 | 56 |
| Binary | 11001011 | 10100111 | 100001 | 0 | 10010 | 1010100 | 10100 | 101111 | 1001000 | 101110 |
Color Harmonies of #CBA721
Complementary color
Monochromatic Colors of #CBA721
Black with #CBA721
Text Example
Text Example
White with #CBA721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA721; }
p { color: rgb(203,167,33); }
H1.HeaderClassName
{
color: #CBA721;
}
.AnyTagClassName
{
color: #CBA721;
}
</style>
background-color css
<style>
a { background-color: #CBA721; }
a { background-color: rgb(203,167,33); }
div.DivClassName
{
background-color: #CBA721;
}
.BgClassName
{
background-color: #CBA721;
}
</style>
border-color css
<style>
span { border-color: #CBA721; }
span { border-color: rgb(203,167,33); }
td.TdClassName
{
border-color: #CBA721;
}
.TagClassName
{
border-color: #CBA721;
}
</style>