Shades of Bird Flower #CCC816
Tints of Bird Flower #CCC816
RGB
CMYK
RGB Variations
Color information
#CCC816 (or 0xCCC816) is known color: Bird Flower. HEX triplet: CC, C8 and 16. RGB value is (204,200,22). Sum of RGB (Red+Green+Blue) = 204+200+22=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 200 (78.52% from 255 or 46.95% from 426); Blue value is 22 (8.98% from 255 or 5.16% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC816 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC816 is #3337E9. Grayscale: #B5B5B5. Windows color (decimal): -3356650 or 1493196. OLE color: 1493196.
HSL color Cylindrical-coordinate representation of color #CCC816: hue angle of 58.68º 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 #CCC816 is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 200 | 22 | - |
| CMYK | 0 | 0.02 | 0.89 | 0.2 |
| HSL | 58.68º | 0.81% | 0.44% | - |
| HSV(B) | 58.68º | 0.89% | 0.8% | - |
| XYZ | 45.7 | 54.2 | 8.81 | - |
| YUV | 180.9 | 38.33 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 22 | 0 | 0.02 | 0.89 | 0.2 | 58.68 | 0.81 | 0.44 |
| Hex | CC | C8 | 16 | 0 | 2 | 59 | 14 | 3B | 51 | 2C |
| Octal | 314 | 310 | 26 | 0 | 2 | 131 | 24 | 73 | 121 | 54 |
| Binary | 11001100 | 11001000 | 10110 | 0 | 10 | 1011001 | 10100 | 111011 | 1010001 | 101100 |
Color Harmonies of #CCC816
Complementary color
Monochromatic Colors of #CCC816
Black with #CCC816
Text Example
Text Example
White with #CCC816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC816; }
p { color: rgb(204,200,22); }
H1.HeaderClassName
{
color: #CCC816;
}
.AnyTagClassName
{
color: #CCC816;
}
</style>
background-color css
<style>
a { background-color: #CCC816; }
a { background-color: rgb(204,200,22); }
div.DivClassName
{
background-color: #CCC816;
}
.BgClassName
{
background-color: #CCC816;
}
</style>
border-color css
<style>
span { border-color: #CCC816; }
span { border-color: rgb(204,200,22); }
td.TdClassName
{
border-color: #CCC816;
}
.TagClassName
{
border-color: #CCC816;
}
</style>