Shades of Galliano #CCB121
Tints of Galliano #CCB121
RGB
CMYK
RGB Variations
Color information
#CCB121 (or 0xCCB121) is known color: Galliano. HEX triplet: CC, B1 and 21. RGB value is (204,177,33). Sum of RGB (Red+Green+Blue) = 204+177+33=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 177 (69.53% from 255 or 42.75% from 414); Blue value is 33 (13.28% from 255 or 7.97% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB121 is #334EDE. Grayscale: #A9A9A9. Windows color (decimal): -3362527 or 2208204. OLE color: 2208204.
HSL color Cylindrical-coordinate representation of color #CCB121: hue angle of 50.53º 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 #CCB121 is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 177 | 33 | - |
| CMYK | 0 | 0.13 | 0.84 | 0.2 |
| HSL | 50.53º | 0.72% | 0.46% | - |
| HSV(B) | 50.53º | 0.84% | 0.8% | - |
| XYZ | 40.9 | 44.39 | 7.85 | - |
| YUV | 168.66 | 51.45 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 177 | 33 | 0 | 0.13 | 0.84 | 0.2 | 50.53 | 0.72 | 0.46 |
| Hex | CC | B1 | 21 | 0 | D | 54 | 14 | 33 | 48 | 2E |
| Octal | 314 | 261 | 41 | 0 | 15 | 124 | 24 | 63 | 110 | 56 |
| Binary | 11001100 | 10110001 | 100001 | 0 | 1101 | 1010100 | 10100 | 110011 | 1001000 | 101110 |
Color Harmonies of #CCB121
Complementary color
Monochromatic Colors of #CCB121
Black with #CCB121
Text Example
Text Example
White with #CCB121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB121; }
p { color: rgb(204,177,33); }
H1.HeaderClassName
{
color: #CCB121;
}
.AnyTagClassName
{
color: #CCB121;
}
</style>
background-color css
<style>
a { background-color: #CCB121; }
a { background-color: rgb(204,177,33); }
div.DivClassName
{
background-color: #CCB121;
}
.BgClassName
{
background-color: #CCB121;
}
</style>
border-color css
<style>
span { border-color: #CCB121; }
span { border-color: rgb(204,177,33); }
td.TdClassName
{
border-color: #CCB121;
}
.TagClassName
{
border-color: #CCB121;
}
</style>