Shades of Bird Flower #CCC211
Tints of Bird Flower #CCC211
RGB
CMYK
RGB Variations
Color information
#CCC211 (or 0xCCC211) is known color: Bird Flower. HEX triplet: CC, C2 and 11. RGB value is (204,194,17). Sum of RGB (Red+Green+Blue) = 204+194+17=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 194 (76.17% from 255 or 46.75% from 415); Blue value is 17 (7.03% from 255 or 4.10% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC211 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC211 is #333DEE. Grayscale: #B1B1B1. Windows color (decimal): -3358191 or 1163980. OLE color: 1163980.
HSL color Cylindrical-coordinate representation of color #CCC211: hue angle of 56.79º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CCC211 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 194 | 17 | - |
| CMYK | 0 | 0.05 | 0.92 | 0.2 |
| HSL | 56.79º | 0.85% | 0.43% | - |
| HSV(B) | 56.79º | 0.92% | 0.8% | - |
| XYZ | 44.29 | 51.46 | 8.13 | - |
| YUV | 176.81 | 37.81 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 194 | 17 | 0 | 0.05 | 0.92 | 0.2 | 56.79 | 0.85 | 0.43 |
| Hex | CC | C2 | 11 | 0 | 5 | 5C | 14 | 39 | 55 | 2B |
| Octal | 314 | 302 | 21 | 0 | 5 | 134 | 24 | 71 | 125 | 53 |
| Binary | 11001100 | 11000010 | 10001 | 0 | 101 | 1011100 | 10100 | 111001 | 1010101 | 101011 |
Color Harmonies of #CCC211
Complementary color
Monochromatic Colors of #CCC211
Black with #CCC211
Text Example
Text Example
White with #CCC211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC211; }
p { color: rgb(204,194,17); }
H1.HeaderClassName
{
color: #CCC211;
}
.AnyTagClassName
{
color: #CCC211;
}
</style>
background-color css
<style>
a { background-color: #CCC211; }
a { background-color: rgb(204,194,17); }
div.DivClassName
{
background-color: #CCC211;
}
.BgClassName
{
background-color: #CCC211;
}
</style>
border-color css
<style>
span { border-color: #CCC211; }
span { border-color: rgb(204,194,17); }
td.TdClassName
{
border-color: #CCC211;
}
.TagClassName
{
border-color: #CCC211;
}
</style>