Shades of Bird Flower #CCC010
Tints of Bird Flower #CCC010
RGB
CMYK
RGB Variations
Color information
#CCC010 (or 0xCCC010) is known color: Bird Flower. HEX triplet: CC, C0 and 10. RGB value is (204,192,16). Sum of RGB (Red+Green+Blue) = 204+192+16=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 192 (75.39% from 255 or 46.60% from 412); Blue value is 16 (6.64% from 255 or 3.88% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC010 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC010 is #333FEF. Grayscale: #B0B0B0. Windows color (decimal): -3358704 or 1097932. OLE color: 1097932.
HSL color Cylindrical-coordinate representation of color #CCC010: hue angle of 56.17º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CCC010 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 16 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.2 |
| HSL | 56.17º | 0.85% | 0.43% | - |
| HSV(B) | 56.17º | 0.92% | 0.8% | - |
| XYZ | 43.85 | 50.57 | 7.94 | - |
| YUV | 175.52 | 37.98 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 16 | 0 | 0.06 | 0.92 | 0.2 | 56.17 | 0.85 | 0.43 |
| Hex | CC | C0 | 10 | 0 | 6 | 5C | 14 | 38 | 55 | 2B |
| Octal | 314 | 300 | 20 | 0 | 6 | 134 | 24 | 70 | 125 | 53 |
| Binary | 11001100 | 11000000 | 10000 | 0 | 110 | 1011100 | 10100 | 111000 | 1010101 | 101011 |
Color Harmonies of #CCC010
Complementary color
Monochromatic Colors of #CCC010
Black with #CCC010
Text Example
Text Example
White with #CCC010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC010; }
p { color: rgb(204,192,16); }
H1.HeaderClassName
{
color: #CCC010;
}
.AnyTagClassName
{
color: #CCC010;
}
</style>
background-color css
<style>
a { background-color: #CCC010; }
a { background-color: rgb(204,192,16); }
div.DivClassName
{
background-color: #CCC010;
}
.BgClassName
{
background-color: #CCC010;
}
</style>
border-color css
<style>
span { border-color: #CCC010; }
span { border-color: rgb(204,192,16); }
td.TdClassName
{
border-color: #CCC010;
}
.TagClassName
{
border-color: #CCC010;
}
</style>