Shades of Galliano #CCB223
Tints of Galliano #CCB223
RGB
CMYK
RGB Variations
Color information
#CCB223 (or 0xCCB223) is known color: Galliano. HEX triplet: CC, B2 and 23. RGB value is (204,178,35). Sum of RGB (Red+Green+Blue) = 204+178+35=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 178 (69.92% from 255 or 42.69% from 417); Blue value is 35 (14.06% from 255 or 8.39% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB223 is #334DDC. Grayscale: #AAAAAA. Windows color (decimal): -3362269 or 2339532. OLE color: 2339532.
HSL color Cylindrical-coordinate representation of color #CCB223: hue angle of 50.77º 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 #CCB223 is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 178 | 35 | - |
| CMYK | 0 | 0.13 | 0.83 | 0.2 |
| HSL | 50.77º | 0.71% | 0.47% | - |
| HSV(B) | 50.77º | 0.83% | 0.8% | - |
| XYZ | 41.13 | 44.8 | 8.07 | - |
| YUV | 169.47 | 52.11 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 35 | 0 | 0.13 | 0.83 | 0.2 | 50.77 | 0.71 | 0.47 |
| Hex | CC | B2 | 23 | 0 | D | 53 | 14 | 33 | 47 | 2F |
| Octal | 314 | 262 | 43 | 0 | 15 | 123 | 24 | 63 | 107 | 57 |
| Binary | 11001100 | 10110010 | 100011 | 0 | 1101 | 1010011 | 10100 | 110011 | 1000111 | 101111 |
Color Harmonies of #CCB223
Complementary color
Monochromatic Colors of #CCB223
Black with #CCB223
Text Example
Text Example
White with #CCB223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB223; }
p { color: rgb(204,178,35); }
H1.HeaderClassName
{
color: #CCB223;
}
.AnyTagClassName
{
color: #CCB223;
}
</style>
background-color css
<style>
a { background-color: #CCB223; }
a { background-color: rgb(204,178,35); }
div.DivClassName
{
background-color: #CCB223;
}
.BgClassName
{
background-color: #CCB223;
}
</style>
border-color css
<style>
span { border-color: #CCB223; }
span { border-color: rgb(204,178,35); }
td.TdClassName
{
border-color: #CCB223;
}
.TagClassName
{
border-color: #CCB223;
}
</style>