Shades of Bird Flower #CCCC04
Tints of Bird Flower #CCCC04
RGB
CMYK
RGB Variations
Color information
#CCCC04 (or 0xCCCC04) is known color: Bird Flower. HEX triplet: CC, CC and 04. RGB value is (204,204,4). Sum of RGB (Red+Green+Blue) = 204+204+4=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 204 (80.08% from 255 or 49.51% from 412); Blue value is 4 (1.95% from 255 or 0.97% from 412); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCC04 is #3333FB. Grayscale: #B6B6B6. Windows color (decimal): -3355644 or 314572. OLE color: 314572.
HSL color Cylindrical-coordinate representation of color #CCCC04: hue angle of 60º 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 #CCCC04 is Cyan = 0, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 204 | 4 | - |
| CMYK | 0 | 0 | 0.98 | 0.2 |
| HSL | 60º | 0.96% | 0.41% | - |
| HSV(B) | 60º | 0.98% | 0.8% | - |
| XYZ | 46.52 | 56.03 | 8.48 | - |
| YUV | 181.2 | 28 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 204 | 4 | 0 | 0 | 0.98 | 0.2 | 60 | 0.96 | 0.41 |
| Hex | CC | CC | 4 | 0 | 0 | 62 | 14 | 3C | 60 | 29 |
| Octal | 314 | 314 | 4 | 0 | 0 | 142 | 24 | 74 | 140 | 51 |
| Binary | 11001100 | 11001100 | 100 | 0 | 0 | 1100010 | 10100 | 111100 | 1100000 | 101001 |
Color Harmonies of #CCCC04
Complementary color
Monochromatic Colors of #CCCC04
Black with #CCCC04
Text Example
Text Example
White with #CCCC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCC04; }
p { color: rgb(204,204,4); }
H1.HeaderClassName
{
color: #CCCC04;
}
.AnyTagClassName
{
color: #CCCC04;
}
</style>
background-color css
<style>
a { background-color: #CCCC04; }
a { background-color: rgb(204,204,4); }
div.DivClassName
{
background-color: #CCCC04;
}
.BgClassName
{
background-color: #CCCC04;
}
</style>
border-color css
<style>
span { border-color: #CCCC04; }
span { border-color: rgb(204,204,4); }
td.TdClassName
{
border-color: #CCCC04;
}
.TagClassName
{
border-color: #CCCC04;
}
</style>