Shades of Bird Flower #CCCC15
Tints of Bird Flower #CCCC15
RGB
CMYK
RGB Variations
Color information
#CCCC15 (or 0xCCCC15) is known color: Bird Flower. HEX triplet: CC, CC and 15. RGB value is (204,204,21). Sum of RGB (Red+Green+Blue) = 204+204+21=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 204 (80.08% from 255 or 47.55% from 429); Blue value is 21 (8.59% from 255 or 4.90% from 429); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCC15 is #3333EA. Grayscale: #B7B7B7. Windows color (decimal): -3355627 or 1428684. OLE color: 1428684.
HSL color Cylindrical-coordinate representation of color #CCCC15: hue angle of 60º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCCC15 is Cyan = 0, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 204 | 21 | - |
| CMYK | 0 | 0 | 0.90 | 0.2 |
| HSL | 60º | 0.81% | 0.44% | - |
| HSV(B) | 60º | 0.9% | 0.8% | - |
| XYZ | 46.63 | 56.08 | 9.08 | - |
| YUV | 183.14 | 36.5 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 204 | 21 | 0 | 0 | 0.90 | 0.2 | 60 | 0.81 | 0.44 |
| Hex | CC | CC | 15 | 0 | 0 | 5A | 14 | 3C | 51 | 2C |
| Octal | 314 | 314 | 25 | 0 | 0 | 132 | 24 | 74 | 121 | 54 |
| Binary | 11001100 | 11001100 | 10101 | 0 | 0 | 1011010 | 10100 | 111100 | 1010001 | 101100 |
Color Harmonies of #CCCC15
Complementary color
Monochromatic Colors of #CCCC15
Black with #CCCC15
Text Example
Text Example
White with #CCCC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCC15; }
p { color: rgb(204,204,21); }
H1.HeaderClassName
{
color: #CCCC15;
}
.AnyTagClassName
{
color: #CCCC15;
}
</style>
background-color css
<style>
a { background-color: #CCCC15; }
a { background-color: rgb(204,204,21); }
div.DivClassName
{
background-color: #CCCC15;
}
.BgClassName
{
background-color: #CCCC15;
}
</style>
border-color css
<style>
span { border-color: #CCCC15; }
span { border-color: rgb(204,204,21); }
td.TdClassName
{
border-color: #CCCC15;
}
.TagClassName
{
border-color: #CCCC15;
}
</style>