Shades of Bird Flower #CCC401
Tints of Bird Flower #CCC401
RGB
CMYK
RGB Variations
Color information
#CCC401 (or 0xCCC401) is known color: Bird Flower. HEX triplet: CC, C4 and 01. RGB value is (204,196,1). Sum of RGB (Red+Green+Blue) = 204+196+1=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 196 (76.95% from 255 or 48.88% from 401); Blue value is 1 (0.78% from 255 or 0.25% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC401 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC401 is #333BFE. Grayscale: #B0B0B0. Windows color (decimal): -3357695 or 115916. OLE color: 115916.
HSL color Cylindrical-coordinate representation of color #CCC401: hue angle of 57.64º 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 #CCC401 is Cyan = 0, Magento = 0.04, Yellow = 1.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 196 | 1 | - |
| CMYK | 0 | 0.04 | 1.00 | 0.2 |
| HSL | 57.64º | 0.99% | 0.4% | - |
| HSV(B) | 57.64º | 1% | 0.8% | - |
| XYZ | 44.65 | 52.32 | 7.77 | - |
| YUV | 176.16 | 29.15 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 196 | 1 | 0 | 0.04 | 1.00 | 0.2 | 57.64 | 0.99 | 0.4 |
| Hex | CC | C4 | 1 | 0 | 4 | 64 | 14 | 3A | 63 | 28 |
| Octal | 314 | 304 | 1 | 0 | 4 | 144 | 24 | 72 | 143 | 50 |
| Binary | 11001100 | 11000100 | 1 | 0 | 100 | 1100100 | 10100 | 111010 | 1100011 | 101000 |
Color Harmonies of #CCC401
Complementary color
Monochromatic Colors of #CCC401
Black with #CCC401
Text Example
Text Example
White with #CCC401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC401; }
p { color: rgb(204,196,1); }
H1.HeaderClassName
{
color: #CCC401;
}
.AnyTagClassName
{
color: #CCC401;
}
</style>
background-color css
<style>
a { background-color: #CCC401; }
a { background-color: rgb(204,196,1); }
div.DivClassName
{
background-color: #CCC401;
}
.BgClassName
{
background-color: #CCC401;
}
</style>
border-color css
<style>
span { border-color: #CCC401; }
span { border-color: rgb(204,196,1); }
td.TdClassName
{
border-color: #CCC401;
}
.TagClassName
{
border-color: #CCC401;
}
</style>