Shades of Galliano #CBB021
Tints of Galliano #CBB021
RGB
CMYK
RGB Variations
Color information
#CBB021 (or 0xCBB021) is known color: Galliano. HEX triplet: CB, B0 and 21. RGB value is (203,176,33). Sum of RGB (Red+Green+Blue) = 203+176+33=412 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.27% from 412); Green value is 176 (69.14% from 255 or 42.72% from 412); Blue value is 33 (13.28% from 255 or 8.01% from 412); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB021 is #344FDE. Grayscale: #A8A8A8. Windows color (decimal): -3428319 or 2207947. OLE color: 2207947.
HSL color Cylindrical-coordinate representation of color #CBB021: hue angle of 50.47º 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 #CBB021 is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 176 | 33 | - |
| CMYK | 0 | 0.13 | 0.84 | 0.20 |
| HSL | 50.47º | 0.72% | 0.46% | - |
| HSV(B) | 50.47º | 0.84% | 0.8% | - |
| XYZ | 40.43 | 43.86 | 7.77 | - |
| YUV | 167.77 | 51.95 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 176 | 33 | 0 | 0.13 | 0.84 | 0.20 | 50.47 | 0.72 | 0.46 |
| Hex | CB | B0 | 21 | 0 | D | 54 | 14 | 32 | 48 | 2E |
| Octal | 313 | 260 | 41 | 0 | 15 | 124 | 24 | 62 | 110 | 56 |
| Binary | 11001011 | 10110000 | 100001 | 0 | 1101 | 1010100 | 10100 | 110010 | 1001000 | 101110 |
Color Harmonies of #CBB021
Complementary color
Monochromatic Colors of #CBB021
Black with #CBB021
Text Example
Text Example
White with #CBB021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB021; }
p { color: rgb(203,176,33); }
H1.HeaderClassName
{
color: #CBB021;
}
.AnyTagClassName
{
color: #CBB021;
}
</style>
background-color css
<style>
a { background-color: #CBB021; }
a { background-color: rgb(203,176,33); }
div.DivClassName
{
background-color: #CBB021;
}
.BgClassName
{
background-color: #CBB021;
}
</style>
border-color css
<style>
span { border-color: #CBB021; }
span { border-color: rgb(203,176,33); }
td.TdClassName
{
border-color: #CBB021;
}
.TagClassName
{
border-color: #CBB021;
}
</style>