Shades of Bird Flower #CCC216
Tints of Bird Flower #CCC216
RGB
CMYK
RGB Variations
Color information
#CCC216 (or 0xCCC216) is known color: Bird Flower. HEX triplet: CC, C2 and 16. RGB value is (204,194,22). Sum of RGB (Red+Green+Blue) = 204+194+22=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 194 (76.17% from 255 or 46.19% from 420); Blue value is 22 (8.98% from 255 or 5.24% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC216 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC216 is #333DE9. Grayscale: #B2B2B2. Windows color (decimal): -3358186 or 1491660. OLE color: 1491660.
HSL color Cylindrical-coordinate representation of color #CCC216: hue angle of 56.7º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CCC216 is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 194 | 22 | - |
| CMYK | 0 | 0.05 | 0.89 | 0.2 |
| HSL | 56.7º | 0.81% | 0.44% | - |
| HSV(B) | 56.7º | 0.89% | 0.8% | - |
| XYZ | 44.34 | 51.48 | 8.36 | - |
| YUV | 177.38 | 40.31 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 194 | 22 | 0 | 0.05 | 0.89 | 0.2 | 56.7 | 0.81 | 0.44 |
| Hex | CC | C2 | 16 | 0 | 5 | 59 | 14 | 39 | 51 | 2C |
| Octal | 314 | 302 | 26 | 0 | 5 | 131 | 24 | 71 | 121 | 54 |
| Binary | 11001100 | 11000010 | 10110 | 0 | 101 | 1011001 | 10100 | 111001 | 1010001 | 101100 |
Color Harmonies of #CCC216
Complementary color
Monochromatic Colors of #CCC216
Black with #CCC216
Text Example
Text Example
White with #CCC216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC216; }
p { color: rgb(204,194,22); }
H1.HeaderClassName
{
color: #CCC216;
}
.AnyTagClassName
{
color: #CCC216;
}
</style>
background-color css
<style>
a { background-color: #CCC216; }
a { background-color: rgb(204,194,22); }
div.DivClassName
{
background-color: #CCC216;
}
.BgClassName
{
background-color: #CCC216;
}
</style>
border-color css
<style>
span { border-color: #CCC216; }
span { border-color: rgb(204,194,22); }
td.TdClassName
{
border-color: #CCC216;
}
.TagClassName
{
border-color: #CCC216;
}
</style>