Shades of Bird Flower #CCC014
Tints of Bird Flower #CCC014
RGB
CMYK
RGB Variations
Color information
#CCC014 (or 0xCCC014) is known color: Bird Flower. HEX triplet: CC, C0 and 14. RGB value is (204,192,20). Sum of RGB (Red+Green+Blue) = 204+192+20=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 192 (75.39% from 255 or 46.15% from 416); Blue value is 20 (8.20% from 255 or 4.81% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC014 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC014 is #333FEB. Grayscale: #B0B0B0. Windows color (decimal): -3358700 or 1360076. OLE color: 1360076.
HSL color Cylindrical-coordinate representation of color #CCC014: hue angle of 56.09º 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 #CCC014 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 20 | - |
| CMYK | 0 | 0.06 | 0.90 | 0.2 |
| HSL | 56.09º | 0.82% | 0.44% | - |
| HSV(B) | 56.09º | 0.9% | 0.8% | - |
| XYZ | 43.88 | 50.59 | 8.11 | - |
| YUV | 175.98 | 39.98 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 20 | 0 | 0.06 | 0.90 | 0.2 | 56.09 | 0.82 | 0.44 |
| Hex | CC | C0 | 14 | 0 | 6 | 5A | 14 | 38 | 52 | 2C |
| Octal | 314 | 300 | 24 | 0 | 6 | 132 | 24 | 70 | 122 | 54 |
| Binary | 11001100 | 11000000 | 10100 | 0 | 110 | 1011010 | 10100 | 111000 | 1010010 | 101100 |
Color Harmonies of #CCC014
Complementary color
Monochromatic Colors of #CCC014
Black with #CCC014
Text Example
Text Example
White with #CCC014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC014; }
p { color: rgb(204,192,20); }
H1.HeaderClassName
{
color: #CCC014;
}
.AnyTagClassName
{
color: #CCC014;
}
</style>
background-color css
<style>
a { background-color: #CCC014; }
a { background-color: rgb(204,192,20); }
div.DivClassName
{
background-color: #CCC014;
}
.BgClassName
{
background-color: #CCC014;
}
</style>
border-color css
<style>
span { border-color: #CCC014; }
span { border-color: rgb(204,192,20); }
td.TdClassName
{
border-color: #CCC014;
}
.TagClassName
{
border-color: #CCC014;
}
</style>