Shades of Bird Flower #CCC20C
Tints of Bird Flower #CCC20C
RGB
CMYK
RGB Variations
Color information
#CCC20C (or 0xCCC20C) is known color: Bird Flower. HEX triplet: CC, C2 and 0C. RGB value is (204,194,12). Sum of RGB (Red+Green+Blue) = 204+194+12=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 194 (76.17% from 255 or 47.32% from 410); Blue value is 12 (5.08% from 255 or 2.93% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC20C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC20C is #333DF3. Grayscale: #B0B0B0. Windows color (decimal): -3358196 or 836300. OLE color: 836300.
HSL color Cylindrical-coordinate representation of color #CCC20C: hue angle of 56.88º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CCC20C is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 194 | 12 | - |
| CMYK | 0 | 0.05 | 0.94 | 0.2 |
| HSL | 56.88º | 0.89% | 0.42% | - |
| HSV(B) | 56.88º | 0.94% | 0.8% | - |
| XYZ | 44.26 | 51.45 | 7.95 | - |
| YUV | 176.24 | 35.31 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 194 | 12 | 0 | 0.05 | 0.94 | 0.2 | 56.88 | 0.89 | 0.42 |
| Hex | CC | C2 | C | 0 | 5 | 5E | 14 | 39 | 59 | 2A |
| Octal | 314 | 302 | 14 | 0 | 5 | 136 | 24 | 71 | 131 | 52 |
| Binary | 11001100 | 11000010 | 1100 | 0 | 101 | 1011110 | 10100 | 111001 | 1011001 | 101010 |
Color Harmonies of #CCC20C
Complementary color
Monochromatic Colors of #CCC20C
Black with #CCC20C
Text Example
Text Example
White with #CCC20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC20C; }
p { color: rgb(204,194,12); }
H1.HeaderClassName
{
color: #CCC20C;
}
.AnyTagClassName
{
color: #CCC20C;
}
</style>
background-color css
<style>
a { background-color: #CCC20C; }
a { background-color: rgb(204,194,12); }
div.DivClassName
{
background-color: #CCC20C;
}
.BgClassName
{
background-color: #CCC20C;
}
</style>
border-color css
<style>
span { border-color: #CCC20C; }
span { border-color: rgb(204,194,12); }
td.TdClassName
{
border-color: #CCC20C;
}
.TagClassName
{
border-color: #CCC20C;
}
</style>