Shades of Bird Flower #CCB416
Tints of Bird Flower #CCB416
RGB
CMYK
RGB Variations
Color information
#CCB416 (or 0xCCB416) is known color: Bird Flower. HEX triplet: CC, B4 and 16. RGB value is (204,180,22). Sum of RGB (Red+Green+Blue) = 204+180+22=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 180 (70.70% from 255 or 44.33% from 406); Blue value is 22 (8.98% from 255 or 5.42% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB416 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB416 is #334BE9. Grayscale: #A9A9A9. Windows color (decimal): -3361770 or 1488076. OLE color: 1488076.
HSL color Cylindrical-coordinate representation of color #CCB416: hue angle of 52.09º 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 #CCB416 is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 180 | 22 | - |
| CMYK | 0 | 0.12 | 0.89 | 0.2 |
| HSL | 52.09º | 0.81% | 0.44% | - |
| HSV(B) | 52.09º | 0.89% | 0.8% | - |
| XYZ | 41.37 | 45.54 | 7.37 | - |
| YUV | 169.16 | 44.95 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 180 | 22 | 0 | 0.12 | 0.89 | 0.2 | 52.09 | 0.81 | 0.44 |
| Hex | CC | B4 | 16 | 0 | C | 59 | 14 | 34 | 51 | 2C |
| Octal | 314 | 264 | 26 | 0 | 14 | 131 | 24 | 64 | 121 | 54 |
| Binary | 11001100 | 10110100 | 10110 | 0 | 1100 | 1011001 | 10100 | 110100 | 1010001 | 101100 |
Color Harmonies of #CCB416
Complementary color
Monochromatic Colors of #CCB416
Black with #CCB416
Text Example
Text Example
White with #CCB416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB416; }
p { color: rgb(204,180,22); }
H1.HeaderClassName
{
color: #CCB416;
}
.AnyTagClassName
{
color: #CCB416;
}
</style>
background-color css
<style>
a { background-color: #CCB416; }
a { background-color: rgb(204,180,22); }
div.DivClassName
{
background-color: #CCB416;
}
.BgClassName
{
background-color: #CCB416;
}
</style>
border-color css
<style>
span { border-color: #CCB416; }
span { border-color: rgb(204,180,22); }
td.TdClassName
{
border-color: #CCB416;
}
.TagClassName
{
border-color: #CCB416;
}
</style>