Shades of Bird Flower #CCC60C
Tints of Bird Flower #CCC60C
RGB
CMYK
RGB Variations
Color information
#CCC60C (or 0xCCC60C) is known color: Bird Flower. HEX triplet: CC, C6 and 0C. RGB value is (204,198,12). Sum of RGB (Red+Green+Blue) = 204+198+12=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 198 (77.73% from 255 or 47.83% from 414); Blue value is 12 (5.08% from 255 or 2.90% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC60C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC60C is #3339F3. Grayscale: #B3B3B3. Windows color (decimal): -3357172 or 837324. OLE color: 837324.
HSL color Cylindrical-coordinate representation of color #CCC60C: hue angle of 58.12º 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 #CCC60C is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 198 | 12 | - |
| CMYK | 0 | 0.03 | 0.94 | 0.2 |
| HSL | 58.13º | 0.89% | 0.42% | - |
| HSV(B) | 58.13º | 0.94% | 0.8% | - |
| XYZ | 45.16 | 53.25 | 8.25 | - |
| YUV | 178.59 | 33.99 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 12 | 0 | 0.03 | 0.94 | 0.2 | 58.13 | 0.89 | 0.42 |
| Hex | CC | C6 | C | 0 | 3 | 5E | 14 | 3A | 59 | 2A |
| Octal | 314 | 306 | 14 | 0 | 3 | 136 | 24 | 72 | 131 | 52 |
| Binary | 11001100 | 11000110 | 1100 | 0 | 11 | 1011110 | 10100 | 111010 | 1011001 | 101010 |
Color Harmonies of #CCC60C
Complementary color
Monochromatic Colors of #CCC60C
Black with #CCC60C
Text Example
Text Example
White with #CCC60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC60C; }
p { color: rgb(204,198,12); }
H1.HeaderClassName
{
color: #CCC60C;
}
.AnyTagClassName
{
color: #CCC60C;
}
</style>
background-color css
<style>
a { background-color: #CCC60C; }
a { background-color: rgb(204,198,12); }
div.DivClassName
{
background-color: #CCC60C;
}
.BgClassName
{
background-color: #CCC60C;
}
</style>
border-color css
<style>
span { border-color: #CCC60C; }
span { border-color: rgb(204,198,12); }
td.TdClassName
{
border-color: #CCC60C;
}
.TagClassName
{
border-color: #CCC60C;
}
</style>