Shades of Bird Flower #CCC516
Tints of Bird Flower #CCC516
RGB
CMYK
RGB Variations
Color information
#CCC516 (or 0xCCC516) is known color: Bird Flower. HEX triplet: CC, C5 and 16. RGB value is (204,197,22). Sum of RGB (Red+Green+Blue) = 204+197+22=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 197 (77.34% from 255 or 46.57% from 423); Blue value is 22 (8.98% from 255 or 5.20% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC516 is #333AE9. Grayscale: #B3B3B3. Windows color (decimal): -3357418 or 1492428. OLE color: 1492428.
HSL color Cylindrical-coordinate representation of color #CCC516: hue angle of 57.69º 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 #CCC516 is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 197 | 22 | - |
| CMYK | 0 | 0.03 | 0.89 | 0.2 |
| HSL | 57.69º | 0.81% | 0.44% | - |
| HSV(B) | 57.69º | 0.89% | 0.8% | - |
| XYZ | 45.01 | 52.83 | 8.58 | - |
| YUV | 179.14 | 39.32 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 22 | 0 | 0.03 | 0.89 | 0.2 | 57.69 | 0.81 | 0.44 |
| Hex | CC | C5 | 16 | 0 | 3 | 59 | 14 | 3A | 51 | 2C |
| Octal | 314 | 305 | 26 | 0 | 3 | 131 | 24 | 72 | 121 | 54 |
| Binary | 11001100 | 11000101 | 10110 | 0 | 11 | 1011001 | 10100 | 111010 | 1010001 | 101100 |
Color Harmonies of #CCC516
Complementary color
Monochromatic Colors of #CCC516
Black with #CCC516
Text Example
Text Example
White with #CCC516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC516; }
p { color: rgb(204,197,22); }
H1.HeaderClassName
{
color: #CCC516;
}
.AnyTagClassName
{
color: #CCC516;
}
</style>
background-color css
<style>
a { background-color: #CCC516; }
a { background-color: rgb(204,197,22); }
div.DivClassName
{
background-color: #CCC516;
}
.BgClassName
{
background-color: #CCC516;
}
</style>
border-color css
<style>
span { border-color: #CCC516; }
span { border-color: rgb(204,197,22); }
td.TdClassName
{
border-color: #CCC516;
}
.TagClassName
{
border-color: #CCC516;
}
</style>