Shades of Galliano #CBA82B
Tints of Galliano #CBA82B
RGB
CMYK
RGB Variations
Color information
#CBA82B (or 0xCBA82B) is known color: Galliano. HEX triplet: CB, A8 and 2B. RGB value is (203,168,43). Sum of RGB (Red+Green+Blue) = 203+168+43=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 168 (66.02% from 255 or 40.58% from 414); Blue value is 43 (17.19% from 255 or 10.39% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA82B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA82B is #3457D4. Grayscale: #A4A4A4. Windows color (decimal): -3430357 or 2861259. OLE color: 2861259.
HSL color Cylindrical-coordinate representation of color #CBA82B: hue angle of 46.88º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CBA82B is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 168 | 43 | - |
| CMYK | 0 | 0.17 | 0.79 | 0.20 |
| HSL | 46.88º | 0.65% | 0.48% | - |
| HSV(B) | 46.88º | 0.79% | 0.8% | - |
| XYZ | 39.07 | 40.88 | 8.12 | - |
| YUV | 164.22 | 59.6 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 168 | 43 | 0 | 0.17 | 0.79 | 0.20 | 46.88 | 0.65 | 0.48 |
| Hex | CB | A8 | 2B | 0 | 11 | 4F | 14 | 2F | 41 | 30 |
| Octal | 313 | 250 | 53 | 0 | 21 | 117 | 24 | 57 | 101 | 60 |
| Binary | 11001011 | 10101000 | 101011 | 0 | 10001 | 1001111 | 10100 | 101111 | 1000001 | 110000 |
Color Harmonies of #CBA82B
Complementary color
Monochromatic Colors of #CBA82B
Black with #CBA82B
Text Example
Text Example
White with #CBA82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA82B; }
p { color: rgb(203,168,43); }
H1.HeaderClassName
{
color: #CBA82B;
}
.AnyTagClassName
{
color: #CBA82B;
}
</style>
background-color css
<style>
a { background-color: #CBA82B; }
a { background-color: rgb(203,168,43); }
div.DivClassName
{
background-color: #CBA82B;
}
.BgClassName
{
background-color: #CBA82B;
}
</style>
border-color css
<style>
span { border-color: #CBA82B; }
span { border-color: rgb(203,168,43); }
td.TdClassName
{
border-color: #CBA82B;
}
.TagClassName
{
border-color: #CBA82B;
}
</style>