Shades of Bird Flower #CCC50A
Tints of Bird Flower #CCC50A
RGB
CMYK
RGB Variations
Color information
#CCC50A (or 0xCCC50A) is known color: Bird Flower. HEX triplet: CC, C5 and 0A. RGB value is (204,197,10). Sum of RGB (Red+Green+Blue) = 204+197+10=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 197 (77.34% from 255 or 47.93% from 411); Blue value is 10 (4.30% from 255 or 2.43% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC50A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC50A is #333AF5. Grayscale: #B2B2B2. Windows color (decimal): -3357430 or 705996. OLE color: 705996.
HSL color Cylindrical-coordinate representation of color #CCC50A: hue angle of 57.84º 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 #CCC50A is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 197 | 10 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.2 |
| HSL | 57.84º | 0.91% | 0.42% | - |
| HSV(B) | 57.84º | 0.95% | 0.8% | - |
| XYZ | 44.92 | 52.79 | 8.11 | - |
| YUV | 177.78 | 33.32 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 10 | 0 | 0.03 | 0.95 | 0.2 | 57.84 | 0.91 | 0.42 |
| Hex | CC | C5 | A | 0 | 3 | 5F | 14 | 3A | 5B | 2A |
| Octal | 314 | 305 | 12 | 0 | 3 | 137 | 24 | 72 | 133 | 52 |
| Binary | 11001100 | 11000101 | 1010 | 0 | 11 | 1011111 | 10100 | 111010 | 1011011 | 101010 |
Color Harmonies of #CCC50A
Complementary color
Monochromatic Colors of #CCC50A
Black with #CCC50A
Text Example
Text Example
White with #CCC50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC50A; }
p { color: rgb(204,197,10); }
H1.HeaderClassName
{
color: #CCC50A;
}
.AnyTagClassName
{
color: #CCC50A;
}
</style>
background-color css
<style>
a { background-color: #CCC50A; }
a { background-color: rgb(204,197,10); }
div.DivClassName
{
background-color: #CCC50A;
}
.BgClassName
{
background-color: #CCC50A;
}
</style>
border-color css
<style>
span { border-color: #CCC50A; }
span { border-color: rgb(204,197,10); }
td.TdClassName
{
border-color: #CCC50A;
}
.TagClassName
{
border-color: #CCC50A;
}
</style>