Shades of Galliano #CCB123
Tints of Galliano #CCB123
RGB
CMYK
RGB Variations
Color information
#CCB123 (or 0xCCB123) is known color: Galliano. HEX triplet: CC, B1 and 23. RGB value is (204,177,35). Sum of RGB (Red+Green+Blue) = 204+177+35=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 177 (69.53% from 255 or 42.55% from 416); Blue value is 35 (14.06% from 255 or 8.41% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB123 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB123 is #334EDC. Grayscale: #A9A9A9. Windows color (decimal): -3362525 or 2339276. OLE color: 2339276.
HSL color Cylindrical-coordinate representation of color #CCB123: hue angle of 50.41º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CCB123 is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 177 | 35 | - |
| CMYK | 0 | 0.13 | 0.83 | 0.2 |
| HSL | 50.41º | 0.71% | 0.47% | - |
| HSV(B) | 50.41º | 0.83% | 0.8% | - |
| XYZ | 40.93 | 44.4 | 8 | - |
| YUV | 168.89 | 52.45 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 177 | 35 | 0 | 0.13 | 0.83 | 0.2 | 50.41 | 0.71 | 0.47 |
| Hex | CC | B1 | 23 | 0 | D | 53 | 14 | 32 | 47 | 2F |
| Octal | 314 | 261 | 43 | 0 | 15 | 123 | 24 | 62 | 107 | 57 |
| Binary | 11001100 | 10110001 | 100011 | 0 | 1101 | 1010011 | 10100 | 110010 | 1000111 | 101111 |
Color Harmonies of #CCB123
Complementary color
Monochromatic Colors of #CCB123
Black with #CCB123
Text Example
Text Example
White with #CCB123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB123; }
p { color: rgb(204,177,35); }
H1.HeaderClassName
{
color: #CCB123;
}
.AnyTagClassName
{
color: #CCB123;
}
</style>
background-color css
<style>
a { background-color: #CCB123; }
a { background-color: rgb(204,177,35); }
div.DivClassName
{
background-color: #CCB123;
}
.BgClassName
{
background-color: #CCB123;
}
</style>
border-color css
<style>
span { border-color: #CCB123; }
span { border-color: rgb(204,177,35); }
td.TdClassName
{
border-color: #CCB123;
}
.TagClassName
{
border-color: #CCB123;
}
</style>