Shades of Galliano #CBA81B
Tints of Galliano #CBA81B
RGB
CMYK
RGB Variations
Color information
#CBA81B (or 0xCBA81B) is known color: Galliano. HEX triplet: CB, A8 and 1B. RGB value is (203,168,27). Sum of RGB (Red+Green+Blue) = 203+168+27=398 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.01% from 398); Green value is 168 (66.02% from 255 or 42.21% from 398); Blue value is 27 (10.94% from 255 or 6.78% from 398); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA81B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA81B is #3457E4. Grayscale: #A2A2A2. Windows color (decimal): -3430373 or 1812683. OLE color: 1812683.
HSL color Cylindrical-coordinate representation of color #CBA81B: hue angle of 48.07º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CBA81B is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 168 | 27 | - |
| CMYK | 0 | 0.17 | 0.87 | 0.20 |
| HSL | 48.07º | 0.77% | 0.45% | - |
| HSV(B) | 48.07º | 0.87% | 0.8% | - |
| XYZ | 38.83 | 40.78 | 6.86 | - |
| YUV | 162.39 | 51.6 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 168 | 27 | 0 | 0.17 | 0.87 | 0.20 | 48.07 | 0.77 | 0.45 |
| Hex | CB | A8 | 1B | 0 | 11 | 57 | 14 | 30 | 4D | 2D |
| Octal | 313 | 250 | 33 | 0 | 21 | 127 | 24 | 60 | 115 | 55 |
| Binary | 11001011 | 10101000 | 11011 | 0 | 10001 | 1010111 | 10100 | 110000 | 1001101 | 101101 |
Color Harmonies of #CBA81B
Complementary color
Monochromatic Colors of #CBA81B
Black with #CBA81B
Text Example
Text Example
White with #CBA81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA81B; }
p { color: rgb(203,168,27); }
H1.HeaderClassName
{
color: #CBA81B;
}
.AnyTagClassName
{
color: #CBA81B;
}
</style>
background-color css
<style>
a { background-color: #CBA81B; }
a { background-color: rgb(203,168,27); }
div.DivClassName
{
background-color: #CBA81B;
}
.BgClassName
{
background-color: #CBA81B;
}
</style>
border-color css
<style>
span { border-color: #CBA81B; }
span { border-color: rgb(203,168,27); }
td.TdClassName
{
border-color: #CBA81B;
}
.TagClassName
{
border-color: #CBA81B;
}
</style>