Shades of Bird Flower #CCC204
Tints of Bird Flower #CCC204
RGB
CMYK
RGB Variations
Color information
#CCC204 (or 0xCCC204) is known color: Bird Flower. HEX triplet: CC, C2 and 04. RGB value is (204,194,4). Sum of RGB (Red+Green+Blue) = 204+194+4=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 194 (76.17% from 255 or 48.26% from 402); Blue value is 4 (1.95% from 255 or 1.00% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC204 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC204 is #333DFB. Grayscale: #B0B0B0. Windows color (decimal): -3358204 or 312012. OLE color: 312012.
HSL color Cylindrical-coordinate representation of color #CCC204: hue angle of 57º 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 #CCC204 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 194 | 4 | - |
| CMYK | 0 | 0.05 | 0.98 | 0.2 |
| HSL | 57º | 0.96% | 0.41% | - |
| HSV(B) | 57º | 0.98% | 0.8% | - |
| XYZ | 44.22 | 51.43 | 7.71 | - |
| YUV | 175.33 | 31.31 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 194 | 4 | 0 | 0.05 | 0.98 | 0.2 | 57 | 0.96 | 0.41 |
| Hex | CC | C2 | 4 | 0 | 5 | 62 | 14 | 39 | 60 | 29 |
| Octal | 314 | 302 | 4 | 0 | 5 | 142 | 24 | 71 | 140 | 51 |
| Binary | 11001100 | 11000010 | 100 | 0 | 101 | 1100010 | 10100 | 111001 | 1100000 | 101001 |
Color Harmonies of #CCC204
Complementary color
Monochromatic Colors of #CCC204
Black with #CCC204
Text Example
Text Example
White with #CCC204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC204; }
p { color: rgb(204,194,4); }
H1.HeaderClassName
{
color: #CCC204;
}
.AnyTagClassName
{
color: #CCC204;
}
</style>
background-color css
<style>
a { background-color: #CCC204; }
a { background-color: rgb(204,194,4); }
div.DivClassName
{
background-color: #CCC204;
}
.BgClassName
{
background-color: #CCC204;
}
</style>
border-color css
<style>
span { border-color: #CCC204; }
span { border-color: rgb(204,194,4); }
td.TdClassName
{
border-color: #CCC204;
}
.TagClassName
{
border-color: #CCC204;
}
</style>