Shades of Galliano #CCB020
Tints of Galliano #CCB020
RGB
CMYK
RGB Variations
Color information
#CCB020 (or 0xCCB020) is known color: Galliano. HEX triplet: CC, B0 and 20. RGB value is (204,176,32). Sum of RGB (Red+Green+Blue) = 204+176+32=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 176 (69.14% from 255 or 42.72% from 412); Blue value is 32 (12.89% from 255 or 7.77% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB020 is #334FDF. Grayscale: #A8A8A8. Windows color (decimal): -3362784 or 2142412. OLE color: 2142412.
HSL color Cylindrical-coordinate representation of color #CCB020: hue angle of 50.23º degrees, saturation: 0.73, 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 #CCB020 is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 176 | 32 | - |
| CMYK | 0 | 0.14 | 0.84 | 0.2 |
| HSL | 50.23º | 0.73% | 0.46% | - |
| HSV(B) | 50.23º | 0.84% | 0.8% | - |
| XYZ | 40.69 | 43.99 | 7.71 | - |
| YUV | 167.96 | 51.28 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 176 | 32 | 0 | 0.14 | 0.84 | 0.2 | 50.23 | 0.73 | 0.46 |
| Hex | CC | B0 | 20 | 0 | E | 54 | 14 | 32 | 49 | 2E |
| Octal | 314 | 260 | 40 | 0 | 16 | 124 | 24 | 62 | 111 | 56 |
| Binary | 11001100 | 10110000 | 100000 | 0 | 1110 | 1010100 | 10100 | 110010 | 1001001 | 101110 |
Color Harmonies of #CCB020
Complementary color
Monochromatic Colors of #CCB020
Black with #CCB020
Text Example
Text Example
White with #CCB020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB020; }
p { color: rgb(204,176,32); }
H1.HeaderClassName
{
color: #CCB020;
}
.AnyTagClassName
{
color: #CCB020;
}
</style>
background-color css
<style>
a { background-color: #CCB020; }
a { background-color: rgb(204,176,32); }
div.DivClassName
{
background-color: #CCB020;
}
.BgClassName
{
background-color: #CCB020;
}
</style>
border-color css
<style>
span { border-color: #CCB020; }
span { border-color: rgb(204,176,32); }
td.TdClassName
{
border-color: #CCB020;
}
.TagClassName
{
border-color: #CCB020;
}
</style>