Shades of Bird Flower #CCC500
Tints of Bird Flower #CCC500
RGB
CMYK
RGB Variations
Color information
#CCC500 (or 0xCCC500) is known color: Bird Flower. HEX triplet: CC, C5 and 00. RGB value is (204,197,0). Sum of RGB (Red+Green+Blue) = 204+197+0=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 197 (77.34% from 255 or 49.13% from 401); Blue value is 0 (0.39% from 255 or 0% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC500 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC500 is #333AFF. Grayscale: #B1B1B1. Windows color (decimal): -3357440 or 50636. OLE color: 50636.
HSL color Cylindrical-coordinate representation of color #CCC500: hue angle of 57.94º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCC500 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 197 | 0 | - |
| CMYK | 0 | 0.03 | 1 | 0.2 |
| HSL | 57.94º | 1% | 0.4% | - |
| HSV(B) | 57.94º | 1% | 0.8% | - |
| XYZ | 44.87 | 52.77 | 7.82 | - |
| YUV | 176.64 | 28.32 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 0 | 0 | 0.03 | 1 | 0.2 | 57.94 | 1 | 0.4 |
| Hex | CC | C5 | 0 | 0 | 3 | 64 | 14 | 3A | 64 | 28 |
| Octal | 314 | 305 | 0 | 0 | 3 | 144 | 24 | 72 | 144 | 50 |
| Binary | 11001100 | 11000101 | 0 | 0 | 11 | 1100100 | 10100 | 111010 | 1100100 | 101000 |
Color Harmonies of #CCC500
Complementary color
Monochromatic Colors of #CCC500
Black with #CCC500
Text Example
Text Example
White with #CCC500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC500; }
p { color: rgb(204,197,0); }
H1.HeaderClassName
{
color: #CCC500;
}
.AnyTagClassName
{
color: #CCC500;
}
</style>
background-color css
<style>
a { background-color: #CCC500; }
a { background-color: rgb(204,197,0); }
div.DivClassName
{
background-color: #CCC500;
}
.BgClassName
{
background-color: #CCC500;
}
</style>
border-color css
<style>
span { border-color: #CCC500; }
span { border-color: rgb(204,197,0); }
td.TdClassName
{
border-color: #CCC500;
}
.TagClassName
{
border-color: #CCC500;
}
</style>