Shades of Bird Flower #CCC501
Tints of Bird Flower #CCC501
RGB
CMYK
RGB Variations
Color information
#CCC501 (or 0xCCC501) is known color: Bird Flower. HEX triplet: CC, C5 and 01. RGB value is (204,197,1). Sum of RGB (Red+Green+Blue) = 204+197+1=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 197 (77.34% from 255 or 49.00% from 402); Blue value is 1 (0.78% from 255 or 0.25% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC501 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC501 is #333AFE. Grayscale: #B1B1B1. Windows color (decimal): -3357439 or 116172. OLE color: 116172.
HSL color Cylindrical-coordinate representation of color #CCC501: hue angle of 57.93º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCC501 is Cyan = 0, Magento = 0.03, Yellow = 1.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 197 | 1 | - |
| CMYK | 0 | 0.03 | 1.00 | 0.2 |
| HSL | 57.93º | 0.99% | 0.4% | - |
| HSV(B) | 57.93º | 1% | 0.8% | - |
| XYZ | 44.87 | 52.77 | 7.85 | - |
| YUV | 176.75 | 28.82 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 1 | 0 | 0.03 | 1.00 | 0.2 | 57.93 | 0.99 | 0.4 |
| Hex | CC | C5 | 1 | 0 | 3 | 64 | 14 | 3A | 63 | 28 |
| Octal | 314 | 305 | 1 | 0 | 3 | 144 | 24 | 72 | 143 | 50 |
| Binary | 11001100 | 11000101 | 1 | 0 | 11 | 1100100 | 10100 | 111010 | 1100011 | 101000 |
Color Harmonies of #CCC501
Complementary color
Monochromatic Colors of #CCC501
Black with #CCC501
Text Example
Text Example
White with #CCC501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC501; }
p { color: rgb(204,197,1); }
H1.HeaderClassName
{
color: #CCC501;
}
.AnyTagClassName
{
color: #CCC501;
}
</style>
background-color css
<style>
a { background-color: #CCC501; }
a { background-color: rgb(204,197,1); }
div.DivClassName
{
background-color: #CCC501;
}
.BgClassName
{
background-color: #CCC501;
}
</style>
border-color css
<style>
span { border-color: #CCC501; }
span { border-color: rgb(204,197,1); }
td.TdClassName
{
border-color: #CCC501;
}
.TagClassName
{
border-color: #CCC501;
}
</style>