Shades of Bird Flower #CCBB16
Tints of Bird Flower #CCBB16
RGB
CMYK
RGB Variations
Color information
#CCBB16 (or 0xCCBB16) is known color: Bird Flower. HEX triplet: CC, BB and 16. RGB value is (204,187,22). Sum of RGB (Red+Green+Blue) = 204+187+22=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 187 (73.44% from 255 or 45.28% from 413); Blue value is 22 (8.98% from 255 or 5.33% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBB16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBB16 is #3344E9. Grayscale: #ADADAD. Windows color (decimal): -3359978 or 1489868. OLE color: 1489868.
HSL color Cylindrical-coordinate representation of color #CCBB16: hue angle of 54.4º 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 #CCBB16 is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 187 | 22 | - |
| CMYK | 0 | 0.08 | 0.89 | 0.2 |
| HSL | 54.4º | 0.81% | 0.44% | - |
| HSV(B) | 54.4º | 0.89% | 0.8% | - |
| XYZ | 42.82 | 48.44 | 7.85 | - |
| YUV | 173.27 | 42.63 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 187 | 22 | 0 | 0.08 | 0.89 | 0.2 | 54.4 | 0.81 | 0.44 |
| Hex | CC | BB | 16 | 0 | 8 | 59 | 14 | 36 | 51 | 2C |
| Octal | 314 | 273 | 26 | 0 | 10 | 131 | 24 | 66 | 121 | 54 |
| Binary | 11001100 | 10111011 | 10110 | 0 | 1000 | 1011001 | 10100 | 110110 | 1010001 | 101100 |
Color Harmonies of #CCBB16
Complementary color
Monochromatic Colors of #CCBB16
Black with #CCBB16
Text Example
Text Example
White with #CCBB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBB16; }
p { color: rgb(204,187,22); }
H1.HeaderClassName
{
color: #CCBB16;
}
.AnyTagClassName
{
color: #CCBB16;
}
</style>
background-color css
<style>
a { background-color: #CCBB16; }
a { background-color: rgb(204,187,22); }
div.DivClassName
{
background-color: #CCBB16;
}
.BgClassName
{
background-color: #CCBB16;
}
</style>
border-color css
<style>
span { border-color: #CCBB16; }
span { border-color: rgb(204,187,22); }
td.TdClassName
{
border-color: #CCBB16;
}
.TagClassName
{
border-color: #CCBB16;
}
</style>