Shades of Bird Flower #CCC404
Tints of Bird Flower #CCC404
RGB
CMYK
RGB Variations
Color information
#CCC404 (or 0xCCC404) is known color: Bird Flower. HEX triplet: CC, C4 and 04. RGB value is (204,196,4). Sum of RGB (Red+Green+Blue) = 204+196+4=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 196 (76.95% from 255 or 48.51% from 404); Blue value is 4 (1.95% from 255 or 0.99% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC404 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC404 is #333BFB. Grayscale: #B1B1B1. Windows color (decimal): -3357692 or 312524. OLE color: 312524.
HSL color Cylindrical-coordinate representation of color #CCC404: hue angle of 57.6º degrees, saturation: 0.96, 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 #CCC404 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 196 | 4 | - |
| CMYK | 0 | 0.04 | 0.98 | 0.2 |
| HSL | 57.6º | 0.96% | 0.41% | - |
| HSV(B) | 57.6º | 0.98% | 0.8% | - |
| XYZ | 44.66 | 52.33 | 7.86 | - |
| YUV | 176.5 | 30.65 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 196 | 4 | 0 | 0.04 | 0.98 | 0.2 | 57.6 | 0.96 | 0.41 |
| Hex | CC | C4 | 4 | 0 | 4 | 62 | 14 | 3A | 60 | 29 |
| Octal | 314 | 304 | 4 | 0 | 4 | 142 | 24 | 72 | 140 | 51 |
| Binary | 11001100 | 11000100 | 100 | 0 | 100 | 1100010 | 10100 | 111010 | 1100000 | 101001 |
Color Harmonies of #CCC404
Complementary color
Monochromatic Colors of #CCC404
Black with #CCC404
Text Example
Text Example
White with #CCC404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC404; }
p { color: rgb(204,196,4); }
H1.HeaderClassName
{
color: #CCC404;
}
.AnyTagClassName
{
color: #CCC404;
}
</style>
background-color css
<style>
a { background-color: #CCC404; }
a { background-color: rgb(204,196,4); }
div.DivClassName
{
background-color: #CCC404;
}
.BgClassName
{
background-color: #CCC404;
}
</style>
border-color css
<style>
span { border-color: #CCC404; }
span { border-color: rgb(204,196,4); }
td.TdClassName
{
border-color: #CCC404;
}
.TagClassName
{
border-color: #CCC404;
}
</style>