Shades of Bird Flower #CCC505
Tints of Bird Flower #CCC505
RGB
CMYK
RGB Variations
Color information
#CCC505 (or 0xCCC505) is known color: Bird Flower. HEX triplet: CC, C5 and 05. RGB value is (204,197,5). Sum of RGB (Red+Green+Blue) = 204+197+5=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 197 (77.34% from 255 or 48.52% from 406); Blue value is 5 (2.34% from 255 or 1.23% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC505 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC505 is #333AFA. Grayscale: #B1B1B1. Windows color (decimal): -3357435 or 378316. OLE color: 378316.
HSL color Cylindrical-coordinate representation of color #CCC505: hue angle of 57.89º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CCC505 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 197 | 5 | - |
| CMYK | 0 | 0.03 | 0.98 | 0.2 |
| HSL | 57.89º | 0.95% | 0.41% | - |
| HSV(B) | 57.89º | 0.98% | 0.8% | - |
| XYZ | 44.9 | 52.78 | 7.97 | - |
| YUV | 177.21 | 30.82 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 5 | 0 | 0.03 | 0.98 | 0.2 | 57.89 | 0.95 | 0.41 |
| Hex | CC | C5 | 5 | 0 | 3 | 62 | 14 | 3A | 5F | 29 |
| Octal | 314 | 305 | 5 | 0 | 3 | 142 | 24 | 72 | 137 | 51 |
| Binary | 11001100 | 11000101 | 101 | 0 | 11 | 1100010 | 10100 | 111010 | 1011111 | 101001 |
Color Harmonies of #CCC505
Complementary color
Monochromatic Colors of #CCC505
Black with #CCC505
Text Example
Text Example
White with #CCC505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC505; }
p { color: rgb(204,197,5); }
H1.HeaderClassName
{
color: #CCC505;
}
.AnyTagClassName
{
color: #CCC505;
}
</style>
background-color css
<style>
a { background-color: #CCC505; }
a { background-color: rgb(204,197,5); }
div.DivClassName
{
background-color: #CCC505;
}
.BgClassName
{
background-color: #CCC505;
}
</style>
border-color css
<style>
span { border-color: #CCC505; }
span { border-color: rgb(204,197,5); }
td.TdClassName
{
border-color: #CCC505;
}
.TagClassName
{
border-color: #CCC505;
}
</style>