Shades of Bird Flower #CCC80A
Tints of Bird Flower #CCC80A
RGB
CMYK
RGB Variations
Color information
#CCC80A (or 0xCCC80A) is known color: Bird Flower. HEX triplet: CC, C8 and 0A. RGB value is (204,200,10). Sum of RGB (Red+Green+Blue) = 204+200+10=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 200 (78.52% from 255 or 48.31% from 414); Blue value is 10 (4.30% from 255 or 2.42% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC80A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC80A is #3337F5. Grayscale: #B4B4B4. Windows color (decimal): -3356662 or 706764. OLE color: 706764.
HSL color Cylindrical-coordinate representation of color #CCC80A: hue angle of 58.76º 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 #CCC80A is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 200 | 10 | - |
| CMYK | 0 | 0.02 | 0.95 | 0.2 |
| HSL | 58.76º | 0.91% | 0.42% | - |
| HSV(B) | 58.76º | 0.95% | 0.8% | - |
| XYZ | 45.61 | 54.17 | 8.34 | - |
| YUV | 179.54 | 32.33 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 10 | 0 | 0.02 | 0.95 | 0.2 | 58.76 | 0.91 | 0.42 |
| Hex | CC | C8 | A | 0 | 2 | 5F | 14 | 3B | 5B | 2A |
| Octal | 314 | 310 | 12 | 0 | 2 | 137 | 24 | 73 | 133 | 52 |
| Binary | 11001100 | 11001000 | 1010 | 0 | 10 | 1011111 | 10100 | 111011 | 1011011 | 101010 |
Color Harmonies of #CCC80A
Complementary color
Monochromatic Colors of #CCC80A
Black with #CCC80A
Text Example
Text Example
White with #CCC80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC80A; }
p { color: rgb(204,200,10); }
H1.HeaderClassName
{
color: #CCC80A;
}
.AnyTagClassName
{
color: #CCC80A;
}
</style>
background-color css
<style>
a { background-color: #CCC80A; }
a { background-color: rgb(204,200,10); }
div.DivClassName
{
background-color: #CCC80A;
}
.BgClassName
{
background-color: #CCC80A;
}
</style>
border-color css
<style>
span { border-color: #CCC80A; }
span { border-color: rgb(204,200,10); }
td.TdClassName
{
border-color: #CCC80A;
}
.TagClassName
{
border-color: #CCC80A;
}
</style>