Shades of Bird Flower #CCC019
Tints of Bird Flower #CCC019
RGB
CMYK
RGB Variations
Color information
#CCC019 (or 0xCCC019) is known color: Bird Flower. HEX triplet: CC, C0 and 19. RGB value is (204,192,25). Sum of RGB (Red+Green+Blue) = 204+192+25=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 192 (75.39% from 255 or 45.61% from 421); Blue value is 25 (10.16% from 255 or 5.94% from 421); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC019 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC019 is #333FE6. Grayscale: #B1B1B1. Windows color (decimal): -3358695 or 1687756. OLE color: 1687756.
HSL color Cylindrical-coordinate representation of color #CCC019: hue angle of 55.98º 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 #CCC019 is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 25 | - |
| CMYK | 0 | 0.06 | 0.88 | 0.2 |
| HSL | 55.98º | 0.78% | 0.45% | - |
| HSV(B) | 55.98º | 0.88% | 0.8% | - |
| XYZ | 43.93 | 50.61 | 8.37 | - |
| YUV | 176.55 | 42.48 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 25 | 0 | 0.06 | 0.88 | 0.2 | 55.98 | 0.78 | 0.45 |
| Hex | CC | C0 | 19 | 0 | 6 | 58 | 14 | 38 | 4E | 2D |
| Octal | 314 | 300 | 31 | 0 | 6 | 130 | 24 | 70 | 116 | 55 |
| Binary | 11001100 | 11000000 | 11001 | 0 | 110 | 1011000 | 10100 | 111000 | 1001110 | 101101 |
Color Harmonies of #CCC019
Complementary color
Monochromatic Colors of #CCC019
Black with #CCC019
Text Example
Text Example
White with #CCC019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC019; }
p { color: rgb(204,192,25); }
H1.HeaderClassName
{
color: #CCC019;
}
.AnyTagClassName
{
color: #CCC019;
}
</style>
background-color css
<style>
a { background-color: #CCC019; }
a { background-color: rgb(204,192,25); }
div.DivClassName
{
background-color: #CCC019;
}
.BgClassName
{
background-color: #CCC019;
}
</style>
border-color css
<style>
span { border-color: #CCC019; }
span { border-color: rgb(204,192,25); }
td.TdClassName
{
border-color: #CCC019;
}
.TagClassName
{
border-color: #CCC019;
}
</style>