Shades of Bird Flower #CCC20E
Tints of Bird Flower #CCC20E
RGB
CMYK
RGB Variations
Color information
#CCC20E (or 0xCCC20E) is known color: Bird Flower. HEX triplet: CC, C2 and 0E. RGB value is (204,194,14). Sum of RGB (Red+Green+Blue) = 204+194+14=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 194 (76.17% from 255 or 47.09% from 412); Blue value is 14 (5.86% from 255 or 3.40% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC20E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC20E is #333DF1. Grayscale: #B1B1B1. Windows color (decimal): -3358194 or 967372. OLE color: 967372.
HSL color Cylindrical-coordinate representation of color #CCC20E: hue angle of 56.84º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CCC20E is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 194 | 14 | - |
| CMYK | 0 | 0.05 | 0.93 | 0.2 |
| HSL | 56.84º | 0.87% | 0.43% | - |
| HSV(B) | 56.84º | 0.93% | 0.8% | - |
| XYZ | 44.27 | 51.45 | 8.01 | - |
| YUV | 176.47 | 36.31 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 194 | 14 | 0 | 0.05 | 0.93 | 0.2 | 56.84 | 0.87 | 0.43 |
| Hex | CC | C2 | E | 0 | 5 | 5D | 14 | 39 | 57 | 2B |
| Octal | 314 | 302 | 16 | 0 | 5 | 135 | 24 | 71 | 127 | 53 |
| Binary | 11001100 | 11000010 | 1110 | 0 | 101 | 1011101 | 10100 | 111001 | 1010111 | 101011 |
Color Harmonies of #CCC20E
Complementary color
Monochromatic Colors of #CCC20E
Black with #CCC20E
Text Example
Text Example
White with #CCC20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC20E; }
p { color: rgb(204,194,14); }
H1.HeaderClassName
{
color: #CCC20E;
}
.AnyTagClassName
{
color: #CCC20E;
}
</style>
background-color css
<style>
a { background-color: #CCC20E; }
a { background-color: rgb(204,194,14); }
div.DivClassName
{
background-color: #CCC20E;
}
.BgClassName
{
background-color: #CCC20E;
}
</style>
border-color css
<style>
span { border-color: #CCC20E; }
span { border-color: rgb(204,194,14); }
td.TdClassName
{
border-color: #CCC20E;
}
.TagClassName
{
border-color: #CCC20E;
}
</style>