Shades of Galliano #CBA11D
Tints of Galliano #CBA11D
RGB
CMYK
RGB Variations
Color information
#CBA11D (or 0xCBA11D) is known color: Galliano. HEX triplet: CB, A1 and 1D. RGB value is (203,161,29). Sum of RGB (Red+Green+Blue) = 203+161+29=393 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.65% from 393); Green value is 161 (63.28% from 255 or 40.97% from 393); Blue value is 29 (11.72% from 255 or 7.38% from 393); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA11D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA11D is #345EE2. Grayscale: #9F9F9F. Windows color (decimal): -3432163 or 1941963. OLE color: 1941963.
HSL color Cylindrical-coordinate representation of color #CBA11D: hue angle of 45.52º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CBA11D is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 161 | 29 | - |
| CMYK | 0 | 0.21 | 0.86 | 0.20 |
| HSL | 45.52º | 0.75% | 0.45% | - |
| HSV(B) | 45.52º | 0.86% | 0.8% | - |
| XYZ | 37.6 | 38.27 | 6.57 | - |
| YUV | 158.51 | 54.91 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 29 | 0 | 0.21 | 0.86 | 0.20 | 45.52 | 0.75 | 0.45 |
| Hex | CB | A1 | 1D | 0 | 15 | 56 | 14 | 2E | 4B | 2D |
| Octal | 313 | 241 | 35 | 0 | 25 | 126 | 24 | 56 | 113 | 55 |
| Binary | 11001011 | 10100001 | 11101 | 0 | 10101 | 1010110 | 10100 | 101110 | 1001011 | 101101 |
Color Harmonies of #CBA11D
Complementary color
Monochromatic Colors of #CBA11D
Black with #CBA11D
Text Example
Text Example
White with #CBA11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA11D; }
p { color: rgb(203,161,29); }
H1.HeaderClassName
{
color: #CBA11D;
}
.AnyTagClassName
{
color: #CBA11D;
}
</style>
background-color css
<style>
a { background-color: #CBA11D; }
a { background-color: rgb(203,161,29); }
div.DivClassName
{
background-color: #CBA11D;
}
.BgClassName
{
background-color: #CBA11D;
}
</style>
border-color css
<style>
span { border-color: #CBA11D; }
span { border-color: rgb(203,161,29); }
td.TdClassName
{
border-color: #CBA11D;
}
.TagClassName
{
border-color: #CBA11D;
}
</style>