Shades of Bird Flower #CCC30A
Tints of Bird Flower #CCC30A
RGB
CMYK
RGB Variations
Color information
#CCC30A (or 0xCCC30A) is known color: Bird Flower. HEX triplet: CC, C3 and 0A. RGB value is (204,195,10). Sum of RGB (Red+Green+Blue) = 204+195+10=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 195 (76.56% from 255 or 47.68% from 409); Blue value is 10 (4.30% from 255 or 2.44% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC30A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC30A is #333CF5. Grayscale: #B1B1B1. Windows color (decimal): -3357942 or 705484. OLE color: 705484.
HSL color Cylindrical-coordinate representation of color #CCC30A: hue angle of 57.22º 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 #CCC30A is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 195 | 10 | - |
| CMYK | 0 | 0.04 | 0.95 | 0.2 |
| HSL | 57.22º | 0.91% | 0.42% | - |
| HSV(B) | 57.22º | 0.95% | 0.8% | - |
| XYZ | 44.47 | 51.89 | 7.96 | - |
| YUV | 176.6 | 33.98 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 195 | 10 | 0 | 0.04 | 0.95 | 0.2 | 57.22 | 0.91 | 0.42 |
| Hex | CC | C3 | A | 0 | 4 | 5F | 14 | 39 | 5B | 2A |
| Octal | 314 | 303 | 12 | 0 | 4 | 137 | 24 | 71 | 133 | 52 |
| Binary | 11001100 | 11000011 | 1010 | 0 | 100 | 1011111 | 10100 | 111001 | 1011011 | 101010 |
Color Harmonies of #CCC30A
Complementary color
Monochromatic Colors of #CCC30A
Black with #CCC30A
Text Example
Text Example
White with #CCC30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC30A; }
p { color: rgb(204,195,10); }
H1.HeaderClassName
{
color: #CCC30A;
}
.AnyTagClassName
{
color: #CCC30A;
}
</style>
background-color css
<style>
a { background-color: #CCC30A; }
a { background-color: rgb(204,195,10); }
div.DivClassName
{
background-color: #CCC30A;
}
.BgClassName
{
background-color: #CCC30A;
}
</style>
border-color css
<style>
span { border-color: #CCC30A; }
span { border-color: rgb(204,195,10); }
td.TdClassName
{
border-color: #CCC30A;
}
.TagClassName
{
border-color: #CCC30A;
}
</style>