Shades of Bird Flower #CCC815
Tints of Bird Flower #CCC815
RGB
CMYK
RGB Variations
Color information
#CCC815 (or 0xCCC815) is known color: Bird Flower. HEX triplet: CC, C8 and 15. RGB value is (204,200,21). Sum of RGB (Red+Green+Blue) = 204+200+21=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 200 (78.52% from 255 or 47.06% from 425); Blue value is 21 (8.59% from 255 or 4.94% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC815 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC815 is #3337EA. Grayscale: #B5B5B5. Windows color (decimal): -3356651 or 1427660. OLE color: 1427660.
HSL color Cylindrical-coordinate representation of color #CCC815: hue angle of 58.69º 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 #CCC815 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 200 | 21 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.2 |
| HSL | 58.69º | 0.81% | 0.44% | - |
| HSV(B) | 58.69º | 0.9% | 0.8% | - |
| XYZ | 45.69 | 54.2 | 8.76 | - |
| YUV | 180.79 | 37.83 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 21 | 0 | 0.02 | 0.90 | 0.2 | 58.69 | 0.81 | 0.44 |
| Hex | CC | C8 | 15 | 0 | 2 | 5A | 14 | 3B | 51 | 2C |
| Octal | 314 | 310 | 25 | 0 | 2 | 132 | 24 | 73 | 121 | 54 |
| Binary | 11001100 | 11001000 | 10101 | 0 | 10 | 1011010 | 10100 | 111011 | 1010001 | 101100 |
Color Harmonies of #CCC815
Complementary color
Monochromatic Colors of #CCC815
Black with #CCC815
Text Example
Text Example
White with #CCC815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC815; }
p { color: rgb(204,200,21); }
H1.HeaderClassName
{
color: #CCC815;
}
.AnyTagClassName
{
color: #CCC815;
}
</style>
background-color css
<style>
a { background-color: #CCC815; }
a { background-color: rgb(204,200,21); }
div.DivClassName
{
background-color: #CCC815;
}
.BgClassName
{
background-color: #CCC815;
}
</style>
border-color css
<style>
span { border-color: #CCC815; }
span { border-color: rgb(204,200,21); }
td.TdClassName
{
border-color: #CCC815;
}
.TagClassName
{
border-color: #CCC815;
}
</style>