Shades of Galliano #CC9A20
Tints of Galliano #CC9A20
RGB
CMYK
RGB Variations
Color information
#CC9A20 (or 0xCC9A20) is known color: Galliano. HEX triplet: CC, 9A and 20. RGB value is (204,154,32). Sum of RGB (Red+Green+Blue) = 204+154+32=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 154 (60.55% from 255 or 39.49% from 390); Blue value is 32 (12.89% from 255 or 8.21% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9A20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9A20 is #3365DF. Grayscale: #9B9B9B. Windows color (decimal): -3368416 or 2136780. OLE color: 2136780.
HSL color Cylindrical-coordinate representation of color #CC9A20: hue angle of 42.56º 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 #CC9A20 is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 154 | 32 | - |
| CMYK | 0 | 0.25 | 0.84 | 0.2 |
| HSL | 42.56º | 0.73% | 0.46% | - |
| HSV(B) | 42.56º | 0.84% | 0.8% | - |
| XYZ | 36.72 | 36.05 | 6.39 | - |
| YUV | 155.04 | 58.57 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 154 | 32 | 0 | 0.25 | 0.84 | 0.2 | 42.56 | 0.73 | 0.46 |
| Hex | CC | 9A | 20 | 0 | 19 | 54 | 14 | 2B | 49 | 2E |
| Octal | 314 | 232 | 40 | 0 | 31 | 124 | 24 | 53 | 111 | 56 |
| Binary | 11001100 | 10011010 | 100000 | 0 | 11001 | 1010100 | 10100 | 101011 | 1001001 | 101110 |
Color Harmonies of #CC9A20
Complementary color
Monochromatic Colors of #CC9A20
Black with #CC9A20
Text Example
Text Example
White with #CC9A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9A20; }
p { color: rgb(204,154,32); }
H1.HeaderClassName
{
color: #CC9A20;
}
.AnyTagClassName
{
color: #CC9A20;
}
</style>
background-color css
<style>
a { background-color: #CC9A20; }
a { background-color: rgb(204,154,32); }
div.DivClassName
{
background-color: #CC9A20;
}
.BgClassName
{
background-color: #CC9A20;
}
</style>
border-color css
<style>
span { border-color: #CC9A20; }
span { border-color: rgb(204,154,32); }
td.TdClassName
{
border-color: #CC9A20;
}
.TagClassName
{
border-color: #CC9A20;
}
</style>