Shades of Bird Flower #CCB916
Tints of Bird Flower #CCB916
RGB
CMYK
RGB Variations
Color information
#CCB916 (or 0xCCB916) is known color: Bird Flower. HEX triplet: CC, B9 and 16. RGB value is (204,185,22). Sum of RGB (Red+Green+Blue) = 204+185+22=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 185 (72.66% from 255 or 45.01% from 411); Blue value is 22 (8.98% from 255 or 5.35% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB916 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB916 is #3346E9. Grayscale: #ACACAC. Windows color (decimal): -3360490 or 1489356. OLE color: 1489356.
HSL color Cylindrical-coordinate representation of color #CCB916: hue angle of 53.74º 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 #CCB916 is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 185 | 22 | - |
| CMYK | 0 | 0.09 | 0.89 | 0.2 |
| HSL | 53.74º | 0.81% | 0.44% | - |
| HSV(B) | 53.74º | 0.89% | 0.8% | - |
| XYZ | 42.4 | 47.59 | 7.71 | - |
| YUV | 172.1 | 43.29 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 185 | 22 | 0 | 0.09 | 0.89 | 0.2 | 53.74 | 0.81 | 0.44 |
| Hex | CC | B9 | 16 | 0 | 9 | 59 | 14 | 36 | 51 | 2C |
| Octal | 314 | 271 | 26 | 0 | 11 | 131 | 24 | 66 | 121 | 54 |
| Binary | 11001100 | 10111001 | 10110 | 0 | 1001 | 1011001 | 10100 | 110110 | 1010001 | 101100 |
Color Harmonies of #CCB916
Complementary color
Monochromatic Colors of #CCB916
Black with #CCB916
Text Example
Text Example
White with #CCB916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB916; }
p { color: rgb(204,185,22); }
H1.HeaderClassName
{
color: #CCB916;
}
.AnyTagClassName
{
color: #CCB916;
}
</style>
background-color css
<style>
a { background-color: #CCB916; }
a { background-color: rgb(204,185,22); }
div.DivClassName
{
background-color: #CCB916;
}
.BgClassName
{
background-color: #CCB916;
}
</style>
border-color css
<style>
span { border-color: #CCB916; }
span { border-color: rgb(204,185,22); }
td.TdClassName
{
border-color: #CCB916;
}
.TagClassName
{
border-color: #CCB916;
}
</style>