Shades of Bird Flower #CCC716
Tints of Bird Flower #CCC716
RGB
CMYK
RGB Variations
Color information
#CCC716 (or 0xCCC716) is known color: Bird Flower. HEX triplet: CC, C7 and 16. RGB value is (204,199,22). Sum of RGB (Red+Green+Blue) = 204+199+22=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 199 (78.12% from 255 or 46.82% from 425); Blue value is 22 (8.98% from 255 or 5.18% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC716 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC716 is #3338E9. Grayscale: #B5B5B5. Windows color (decimal): -3356906 or 1492940. OLE color: 1492940.
HSL color Cylindrical-coordinate representation of color #CCC716: hue angle of 58.35º 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 #CCC716 is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 199 | 22 | - |
| CMYK | 0 | 0.02 | 0.89 | 0.2 |
| HSL | 58.35º | 0.81% | 0.44% | - |
| HSV(B) | 58.35º | 0.89% | 0.8% | - |
| XYZ | 45.47 | 53.74 | 8.74 | - |
| YUV | 180.32 | 38.66 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 199 | 22 | 0 | 0.02 | 0.89 | 0.2 | 58.35 | 0.81 | 0.44 |
| Hex | CC | C7 | 16 | 0 | 2 | 59 | 14 | 3A | 51 | 2C |
| Octal | 314 | 307 | 26 | 0 | 2 | 131 | 24 | 72 | 121 | 54 |
| Binary | 11001100 | 11000111 | 10110 | 0 | 10 | 1011001 | 10100 | 111010 | 1010001 | 101100 |
Color Harmonies of #CCC716
Complementary color
Monochromatic Colors of #CCC716
Black with #CCC716
Text Example
Text Example
White with #CCC716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC716; }
p { color: rgb(204,199,22); }
H1.HeaderClassName
{
color: #CCC716;
}
.AnyTagClassName
{
color: #CCC716;
}
</style>
background-color css
<style>
a { background-color: #CCC716; }
a { background-color: rgb(204,199,22); }
div.DivClassName
{
background-color: #CCC716;
}
.BgClassName
{
background-color: #CCC716;
}
</style>
border-color css
<style>
span { border-color: #CCC716; }
span { border-color: rgb(204,199,22); }
td.TdClassName
{
border-color: #CCC716;
}
.TagClassName
{
border-color: #CCC716;
}
</style>