Shades of Bird Flower #CCC40C
Tints of Bird Flower #CCC40C
RGB
CMYK
RGB Variations
Color information
#CCC40C (or 0xCCC40C) is known color: Bird Flower. HEX triplet: CC, C4 and 0C. RGB value is (204,196,12). Sum of RGB (Red+Green+Blue) = 204+196+12=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 196 (76.95% from 255 or 47.57% from 412); Blue value is 12 (5.08% from 255 or 2.91% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC40C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC40C is #333BF3. Grayscale: #B2B2B2. Windows color (decimal): -3357684 or 836812. OLE color: 836812.
HSL color Cylindrical-coordinate representation of color #CCC40C: hue angle of 57.5º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CCC40C is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 196 | 12 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.2 |
| HSL | 57.5º | 0.89% | 0.42% | - |
| HSV(B) | 57.5º | 0.94% | 0.8% | - |
| XYZ | 44.71 | 52.34 | 8.09 | - |
| YUV | 177.42 | 34.65 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 196 | 12 | 0 | 0.04 | 0.94 | 0.2 | 57.5 | 0.89 | 0.42 |
| Hex | CC | C4 | C | 0 | 4 | 5E | 14 | 3A | 59 | 2A |
| Octal | 314 | 304 | 14 | 0 | 4 | 136 | 24 | 72 | 131 | 52 |
| Binary | 11001100 | 11000100 | 1100 | 0 | 100 | 1011110 | 10100 | 111010 | 1011001 | 101010 |
Color Harmonies of #CCC40C
Complementary color
Monochromatic Colors of #CCC40C
Black with #CCC40C
Text Example
Text Example
White with #CCC40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC40C; }
p { color: rgb(204,196,12); }
H1.HeaderClassName
{
color: #CCC40C;
}
.AnyTagClassName
{
color: #CCC40C;
}
</style>
background-color css
<style>
a { background-color: #CCC40C; }
a { background-color: rgb(204,196,12); }
div.DivClassName
{
background-color: #CCC40C;
}
.BgClassName
{
background-color: #CCC40C;
}
</style>
border-color css
<style>
span { border-color: #CCC40C; }
span { border-color: rgb(204,196,12); }
td.TdClassName
{
border-color: #CCC40C;
}
.TagClassName
{
border-color: #CCC40C;
}
</style>