Shades of Galliano #CC9D21
Tints of Galliano #CC9D21
RGB
CMYK
RGB Variations
Color information
#CC9D21 (or 0xCC9D21) is known color: Galliano. HEX triplet: CC, 9D and 21. RGB value is (204,157,33). Sum of RGB (Red+Green+Blue) = 204+157+33=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 157 (61.72% from 255 or 39.85% from 394); Blue value is 33 (13.28% from 255 or 8.38% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9D21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9D21 is #3362DE. Grayscale: #9D9D9D. Windows color (decimal): -3367647 or 2203084. OLE color: 2203084.
HSL color Cylindrical-coordinate representation of color #CC9D21: hue angle of 43.51º 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 #CC9D21 is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 157 | 33 | - |
| CMYK | 0 | 0.23 | 0.84 | 0.2 |
| HSL | 43.51º | 0.72% | 0.46% | - |
| HSV(B) | 43.51º | 0.84% | 0.8% | - |
| XYZ | 37.23 | 37.06 | 6.63 | - |
| YUV | 156.92 | 58.07 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 157 | 33 | 0 | 0.23 | 0.84 | 0.2 | 43.51 | 0.72 | 0.46 |
| Hex | CC | 9D | 21 | 0 | 17 | 54 | 14 | 2C | 48 | 2E |
| Octal | 314 | 235 | 41 | 0 | 27 | 124 | 24 | 54 | 110 | 56 |
| Binary | 11001100 | 10011101 | 100001 | 0 | 10111 | 1010100 | 10100 | 101100 | 1001000 | 101110 |
Color Harmonies of #CC9D21
Complementary color
Monochromatic Colors of #CC9D21
Black with #CC9D21
Text Example
Text Example
White with #CC9D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9D21; }
p { color: rgb(204,157,33); }
H1.HeaderClassName
{
color: #CC9D21;
}
.AnyTagClassName
{
color: #CC9D21;
}
</style>
background-color css
<style>
a { background-color: #CC9D21; }
a { background-color: rgb(204,157,33); }
div.DivClassName
{
background-color: #CC9D21;
}
.BgClassName
{
background-color: #CC9D21;
}
</style>
border-color css
<style>
span { border-color: #CC9D21; }
span { border-color: rgb(204,157,33); }
td.TdClassName
{
border-color: #CC9D21;
}
.TagClassName
{
border-color: #CC9D21;
}
</style>