Shades of Bird Flower #CCC601
Tints of Bird Flower #CCC601
RGB
CMYK
RGB Variations
Color information
#CCC601 (or 0xCCC601) is known color: Bird Flower. HEX triplet: CC, C6 and 01. RGB value is (204,198,1). Sum of RGB (Red+Green+Blue) = 204+198+1=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 198 (77.73% from 255 or 49.13% from 403); Blue value is 1 (0.78% from 255 or 0.25% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC601 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC601 is #3339FE. Grayscale: #B2B2B2. Windows color (decimal): -3357183 or 116428. OLE color: 116428.
HSL color Cylindrical-coordinate representation of color #CCC601: hue angle of 58.23º 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 #CCC601 is Cyan = 0, Magento = 0.03, Yellow = 1.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 198 | 1 | - |
| CMYK | 0 | 0.03 | 1.00 | 0.2 |
| HSL | 58.23º | 0.99% | 0.4% | - |
| HSV(B) | 58.23º | 1% | 0.8% | - |
| XYZ | 45.1 | 53.23 | 7.93 | - |
| YUV | 177.34 | 28.49 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 1 | 0 | 0.03 | 1.00 | 0.2 | 58.23 | 0.99 | 0.4 |
| Hex | CC | C6 | 1 | 0 | 3 | 64 | 14 | 3A | 63 | 28 |
| Octal | 314 | 306 | 1 | 0 | 3 | 144 | 24 | 72 | 143 | 50 |
| Binary | 11001100 | 11000110 | 1 | 0 | 11 | 1100100 | 10100 | 111010 | 1100011 | 101000 |
Color Harmonies of #CCC601
Complementary color
Monochromatic Colors of #CCC601
Black with #CCC601
Text Example
Text Example
White with #CCC601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC601; }
p { color: rgb(204,198,1); }
H1.HeaderClassName
{
color: #CCC601;
}
.AnyTagClassName
{
color: #CCC601;
}
</style>
background-color css
<style>
a { background-color: #CCC601; }
a { background-color: rgb(204,198,1); }
div.DivClassName
{
background-color: #CCC601;
}
.BgClassName
{
background-color: #CCC601;
}
</style>
border-color css
<style>
span { border-color: #CCC601; }
span { border-color: rgb(204,198,1); }
td.TdClassName
{
border-color: #CCC601;
}
.TagClassName
{
border-color: #CCC601;
}
</style>