Shades of Bird Flower #CCC119
Tints of Bird Flower #CCC119
RGB
CMYK
RGB Variations
Color information
#CCC119 (or 0xCCC119) is known color: Bird Flower. HEX triplet: CC, C1 and 19. RGB value is (204,193,25). Sum of RGB (Red+Green+Blue) = 204+193+25=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 193 (75.78% from 255 or 45.73% from 422); Blue value is 25 (10.16% from 255 or 5.92% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC119 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC119 is #333EE6. Grayscale: #B1B1B1. Windows color (decimal): -3358439 or 1688012. OLE color: 1688012.
HSL color Cylindrical-coordinate representation of color #CCC119: hue angle of 56.31º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CCC119 is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 193 | 25 | - |
| CMYK | 0 | 0.05 | 0.88 | 0.2 |
| HSL | 56.31º | 0.78% | 0.45% | - |
| HSV(B) | 56.31º | 0.88% | 0.8% | - |
| XYZ | 44.15 | 51.05 | 8.45 | - |
| YUV | 177.14 | 42.14 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 193 | 25 | 0 | 0.05 | 0.88 | 0.2 | 56.31 | 0.78 | 0.45 |
| Hex | CC | C1 | 19 | 0 | 5 | 58 | 14 | 38 | 4E | 2D |
| Octal | 314 | 301 | 31 | 0 | 5 | 130 | 24 | 70 | 116 | 55 |
| Binary | 11001100 | 11000001 | 11001 | 0 | 101 | 1011000 | 10100 | 111000 | 1001110 | 101101 |
Color Harmonies of #CCC119
Complementary color
Monochromatic Colors of #CCC119
Black with #CCC119
Text Example
Text Example
White with #CCC119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC119; }
p { color: rgb(204,193,25); }
H1.HeaderClassName
{
color: #CCC119;
}
.AnyTagClassName
{
color: #CCC119;
}
</style>
background-color css
<style>
a { background-color: #CCC119; }
a { background-color: rgb(204,193,25); }
div.DivClassName
{
background-color: #CCC119;
}
.BgClassName
{
background-color: #CCC119;
}
</style>
border-color css
<style>
span { border-color: #CCC119; }
span { border-color: rgb(204,193,25); }
td.TdClassName
{
border-color: #CCC119;
}
.TagClassName
{
border-color: #CCC119;
}
</style>