Shades of Bird Flower #CCC614
Tints of Bird Flower #CCC614
RGB
CMYK
RGB Variations
Color information
#CCC614 (or 0xCCC614) is known color: Bird Flower. HEX triplet: CC, C6 and 14. RGB value is (204,198,20). Sum of RGB (Red+Green+Blue) = 204+198+20=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 198 (77.73% from 255 or 46.92% from 422); Blue value is 20 (8.20% from 255 or 4.74% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC614 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC614 is #3339EB. Grayscale: #B4B4B4. Windows color (decimal): -3357164 or 1361612. OLE color: 1361612.
HSL color Cylindrical-coordinate representation of color #CCC614: hue angle of 58.04º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCC614 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 198 | 20 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.2 |
| HSL | 58.04º | 0.82% | 0.44% | - |
| HSV(B) | 58.04º | 0.9% | 0.8% | - |
| XYZ | 45.22 | 53.28 | 8.56 | - |
| YUV | 179.5 | 37.99 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 20 | 0 | 0.03 | 0.90 | 0.2 | 58.04 | 0.82 | 0.44 |
| Hex | CC | C6 | 14 | 0 | 3 | 5A | 14 | 3A | 52 | 2C |
| Octal | 314 | 306 | 24 | 0 | 3 | 132 | 24 | 72 | 122 | 54 |
| Binary | 11001100 | 11000110 | 10100 | 0 | 11 | 1011010 | 10100 | 111010 | 1010010 | 101100 |
Color Harmonies of #CCC614
Complementary color
Monochromatic Colors of #CCC614
Black with #CCC614
Text Example
Text Example
White with #CCC614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC614; }
p { color: rgb(204,198,20); }
H1.HeaderClassName
{
color: #CCC614;
}
.AnyTagClassName
{
color: #CCC614;
}
</style>
background-color css
<style>
a { background-color: #CCC614; }
a { background-color: rgb(204,198,20); }
div.DivClassName
{
background-color: #CCC614;
}
.BgClassName
{
background-color: #CCC614;
}
</style>
border-color css
<style>
span { border-color: #CCC614; }
span { border-color: rgb(204,198,20); }
td.TdClassName
{
border-color: #CCC614;
}
.TagClassName
{
border-color: #CCC614;
}
</style>