Shades of Bird Flower #CCC504
Tints of Bird Flower #CCC504
RGB
CMYK
RGB Variations
Color information
#CCC504 (or 0xCCC504) is known color: Bird Flower. HEX triplet: CC, C5 and 04. RGB value is (204,197,4). Sum of RGB (Red+Green+Blue) = 204+197+4=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 197 (77.34% from 255 or 48.64% from 405); Blue value is 4 (1.95% from 255 or 0.99% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC504 is #333AFB. Grayscale: #B1B1B1. Windows color (decimal): -3357436 or 312780. OLE color: 312780.
HSL color Cylindrical-coordinate representation of color #CCC504: hue angle of 57.9º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CCC504 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 197 | 4 | - |
| CMYK | 0 | 0.03 | 0.98 | 0.2 |
| HSL | 57.9º | 0.96% | 0.41% | - |
| HSV(B) | 57.9º | 0.98% | 0.8% | - |
| XYZ | 44.89 | 52.78 | 7.94 | - |
| YUV | 177.09 | 30.32 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 4 | 0 | 0.03 | 0.98 | 0.2 | 57.9 | 0.96 | 0.41 |
| Hex | CC | C5 | 4 | 0 | 3 | 62 | 14 | 3A | 60 | 29 |
| Octal | 314 | 305 | 4 | 0 | 3 | 142 | 24 | 72 | 140 | 51 |
| Binary | 11001100 | 11000101 | 100 | 0 | 11 | 1100010 | 10100 | 111010 | 1100000 | 101001 |
Color Harmonies of #CCC504
Complementary color
Monochromatic Colors of #CCC504
Black with #CCC504
Text Example
Text Example
White with #CCC504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC504; }
p { color: rgb(204,197,4); }
H1.HeaderClassName
{
color: #CCC504;
}
.AnyTagClassName
{
color: #CCC504;
}
</style>
background-color css
<style>
a { background-color: #CCC504; }
a { background-color: rgb(204,197,4); }
div.DivClassName
{
background-color: #CCC504;
}
.BgClassName
{
background-color: #CCC504;
}
</style>
border-color css
<style>
span { border-color: #CCC504; }
span { border-color: rgb(204,197,4); }
td.TdClassName
{
border-color: #CCC504;
}
.TagClassName
{
border-color: #CCC504;
}
</style>