Shades of Bird Flower #CCC20A
Tints of Bird Flower #CCC20A
RGB
CMYK
RGB Variations
Color information
#CCC20A (or 0xCCC20A) is known color: Bird Flower. HEX triplet: CC, C2 and 0A. RGB value is (204,194,10). Sum of RGB (Red+Green+Blue) = 204+194+10=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 194 (76.17% from 255 or 47.55% from 408); Blue value is 10 (4.30% from 255 or 2.45% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC20A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC20A is #333DF5. Grayscale: #B0B0B0. Windows color (decimal): -3358198 or 705228. OLE color: 705228.
HSL color Cylindrical-coordinate representation of color #CCC20A: hue angle of 56.91º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CCC20A is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 194 | 10 | - |
| CMYK | 0 | 0.05 | 0.95 | 0.2 |
| HSL | 56.91º | 0.91% | 0.42% | - |
| HSV(B) | 56.91º | 0.95% | 0.8% | - |
| XYZ | 44.25 | 51.44 | 7.88 | - |
| YUV | 176.01 | 34.31 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 194 | 10 | 0 | 0.05 | 0.95 | 0.2 | 56.91 | 0.91 | 0.42 |
| Hex | CC | C2 | A | 0 | 5 | 5F | 14 | 39 | 5B | 2A |
| Octal | 314 | 302 | 12 | 0 | 5 | 137 | 24 | 71 | 133 | 52 |
| Binary | 11001100 | 11000010 | 1010 | 0 | 101 | 1011111 | 10100 | 111001 | 1011011 | 101010 |
Color Harmonies of #CCC20A
Complementary color
Monochromatic Colors of #CCC20A
Black with #CCC20A
Text Example
Text Example
White with #CCC20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC20A; }
p { color: rgb(204,194,10); }
H1.HeaderClassName
{
color: #CCC20A;
}
.AnyTagClassName
{
color: #CCC20A;
}
</style>
background-color css
<style>
a { background-color: #CCC20A; }
a { background-color: rgb(204,194,10); }
div.DivClassName
{
background-color: #CCC20A;
}
.BgClassName
{
background-color: #CCC20A;
}
</style>
border-color css
<style>
span { border-color: #CCC20A; }
span { border-color: rgb(204,194,10); }
td.TdClassName
{
border-color: #CCC20A;
}
.TagClassName
{
border-color: #CCC20A;
}
</style>