Shades of Bird Flower #CCC110
Tints of Bird Flower #CCC110
RGB
CMYK
RGB Variations
Color information
#CCC110 (or 0xCCC110) is known color: Bird Flower. HEX triplet: CC, C1 and 10. RGB value is (204,193,16). Sum of RGB (Red+Green+Blue) = 204+193+16=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 193 (75.78% from 255 or 46.73% from 413); Blue value is 16 (6.64% from 255 or 3.87% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC110 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC110 is #333EEF. Grayscale: #B0B0B0. Windows color (decimal): -3358448 or 1098188. OLE color: 1098188.
HSL color Cylindrical-coordinate representation of color #CCC110: hue angle of 56.49º 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 #CCC110 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 193 | 16 | - |
| CMYK | 0 | 0.05 | 0.92 | 0.2 |
| HSL | 56.49º | 0.85% | 0.43% | - |
| HSV(B) | 56.49º | 0.92% | 0.8% | - |
| XYZ | 44.07 | 51.01 | 8.01 | - |
| YUV | 176.11 | 37.64 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 193 | 16 | 0 | 0.05 | 0.92 | 0.2 | 56.49 | 0.85 | 0.43 |
| Hex | CC | C1 | 10 | 0 | 5 | 5C | 14 | 38 | 55 | 2B |
| Octal | 314 | 301 | 20 | 0 | 5 | 134 | 24 | 70 | 125 | 53 |
| Binary | 11001100 | 11000001 | 10000 | 0 | 101 | 1011100 | 10100 | 111000 | 1010101 | 101011 |
Color Harmonies of #CCC110
Complementary color
Monochromatic Colors of #CCC110
Black with #CCC110
Text Example
Text Example
White with #CCC110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC110; }
p { color: rgb(204,193,16); }
H1.HeaderClassName
{
color: #CCC110;
}
.AnyTagClassName
{
color: #CCC110;
}
</style>
background-color css
<style>
a { background-color: #CCC110; }
a { background-color: rgb(204,193,16); }
div.DivClassName
{
background-color: #CCC110;
}
.BgClassName
{
background-color: #CCC110;
}
</style>
border-color css
<style>
span { border-color: #CCC110; }
span { border-color: rgb(204,193,16); }
td.TdClassName
{
border-color: #CCC110;
}
.TagClassName
{
border-color: #CCC110;
}
</style>