Shades of Bird Flower #CCC910
Tints of Bird Flower #CCC910
RGB
CMYK
RGB Variations
Color information
#CCC910 (or 0xCCC910) is known color: Bird Flower. HEX triplet: CC, C9 and 10. RGB value is (204,201,16). Sum of RGB (Red+Green+Blue) = 204+201+16=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 201 (78.91% from 255 or 47.74% from 421); Blue value is 16 (6.64% from 255 or 3.80% from 421); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC910 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC910 is #3336EF. Grayscale: #B5B5B5. Windows color (decimal): -3356400 or 1100236. OLE color: 1100236.
HSL color Cylindrical-coordinate representation of color #CCC910: hue angle of 59.04º 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 #CCC910 is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 201 | 16 | - |
| CMYK | 0 | 0.01 | 0.92 | 0.2 |
| HSL | 59.04º | 0.85% | 0.43% | - |
| HSV(B) | 59.04º | 0.92% | 0.8% | - |
| XYZ | 45.88 | 54.65 | 8.62 | - |
| YUV | 180.81 | 34.99 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 16 | 0 | 0.01 | 0.92 | 0.2 | 59.04 | 0.85 | 0.43 |
| Hex | CC | C9 | 10 | 0 | 1 | 5C | 14 | 3B | 55 | 2B |
| Octal | 314 | 311 | 20 | 0 | 1 | 134 | 24 | 73 | 125 | 53 |
| Binary | 11001100 | 11001001 | 10000 | 0 | 1 | 1011100 | 10100 | 111011 | 1010101 | 101011 |
Color Harmonies of #CCC910
Complementary color
Monochromatic Colors of #CCC910
Black with #CCC910
Text Example
Text Example
White with #CCC910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC910; }
p { color: rgb(204,201,16); }
H1.HeaderClassName
{
color: #CCC910;
}
.AnyTagClassName
{
color: #CCC910;
}
</style>
background-color css
<style>
a { background-color: #CCC910; }
a { background-color: rgb(204,201,16); }
div.DivClassName
{
background-color: #CCC910;
}
.BgClassName
{
background-color: #CCC910;
}
</style>
border-color css
<style>
span { border-color: #CCC910; }
span { border-color: rgb(204,201,16); }
td.TdClassName
{
border-color: #CCC910;
}
.TagClassName
{
border-color: #CCC910;
}
</style>