Shades of Bird Flower #CCCC16
Tints of Bird Flower #CCCC16
RGB
CMYK
RGB Variations
Color information
#CCCC16 (or 0xCCCC16) is known color: Bird Flower. HEX triplet: CC, CC and 16. RGB value is (204,204,22). Sum of RGB (Red+Green+Blue) = 204+204+22=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 204 (80.08% from 255 or 47.44% from 430); Blue value is 22 (8.98% from 255 or 5.12% from 430); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCC16 is #3333E9. Grayscale: #B7B7B7. Windows color (decimal): -3355626 or 1494220. OLE color: 1494220.
HSL color Cylindrical-coordinate representation of color #CCCC16: hue angle of 60º 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 #CCCC16 is Cyan = 0, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 204 | 22 | - |
| CMYK | 0 | 0 | 0.89 | 0.2 |
| HSL | 60º | 0.81% | 0.44% | - |
| HSV(B) | 60º | 0.89% | 0.8% | - |
| XYZ | 46.64 | 56.08 | 9.13 | - |
| YUV | 183.25 | 37 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 204 | 22 | 0 | 0 | 0.89 | 0.2 | 60 | 0.81 | 0.44 |
| Hex | CC | CC | 16 | 0 | 0 | 59 | 14 | 3C | 51 | 2C |
| Octal | 314 | 314 | 26 | 0 | 0 | 131 | 24 | 74 | 121 | 54 |
| Binary | 11001100 | 11001100 | 10110 | 0 | 0 | 1011001 | 10100 | 111100 | 1010001 | 101100 |
Color Harmonies of #CCCC16
Complementary color
Monochromatic Colors of #CCCC16
Black with #CCCC16
Text Example
Text Example
White with #CCCC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCC16; }
p { color: rgb(204,204,22); }
H1.HeaderClassName
{
color: #CCCC16;
}
.AnyTagClassName
{
color: #CCCC16;
}
</style>
background-color css
<style>
a { background-color: #CCCC16; }
a { background-color: rgb(204,204,22); }
div.DivClassName
{
background-color: #CCCC16;
}
.BgClassName
{
background-color: #CCCC16;
}
</style>
border-color css
<style>
span { border-color: #CCCC16; }
span { border-color: rgb(204,204,22); }
td.TdClassName
{
border-color: #CCCC16;
}
.TagClassName
{
border-color: #CCCC16;
}
</style>