Shades of Bird Flower #CCC715
Tints of Bird Flower #CCC715
RGB
CMYK
RGB Variations
Color information
#CCC715 (or 0xCCC715) is known color: Bird Flower. HEX triplet: CC, C7 and 15. RGB value is (204,199,21). Sum of RGB (Red+Green+Blue) = 204+199+21=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 199 (78.12% from 255 or 46.93% from 424); Blue value is 21 (8.59% from 255 or 4.95% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC715 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC715 is #3338EA. Grayscale: #B4B4B4. Windows color (decimal): -3356907 or 1427404. OLE color: 1427404.
HSL color Cylindrical-coordinate representation of color #CCC715: hue angle of 58.36º 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 #CCC715 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 199 | 21 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.2 |
| HSL | 58.36º | 0.81% | 0.44% | - |
| HSV(B) | 58.36º | 0.9% | 0.8% | - |
| XYZ | 45.46 | 53.74 | 8.69 | - |
| YUV | 180.2 | 38.16 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 199 | 21 | 0 | 0.02 | 0.90 | 0.2 | 58.36 | 0.81 | 0.44 |
| Hex | CC | C7 | 15 | 0 | 2 | 5A | 14 | 3A | 51 | 2C |
| Octal | 314 | 307 | 25 | 0 | 2 | 132 | 24 | 72 | 121 | 54 |
| Binary | 11001100 | 11000111 | 10101 | 0 | 10 | 1011010 | 10100 | 111010 | 1010001 | 101100 |
Color Harmonies of #CCC715
Complementary color
Monochromatic Colors of #CCC715
Black with #CCC715
Text Example
Text Example
White with #CCC715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC715; }
p { color: rgb(204,199,21); }
H1.HeaderClassName
{
color: #CCC715;
}
.AnyTagClassName
{
color: #CCC715;
}
</style>
background-color css
<style>
a { background-color: #CCC715; }
a { background-color: rgb(204,199,21); }
div.DivClassName
{
background-color: #CCC715;
}
.BgClassName
{
background-color: #CCC715;
}
</style>
border-color css
<style>
span { border-color: #CCC715; }
span { border-color: rgb(204,199,21); }
td.TdClassName
{
border-color: #CCC715;
}
.TagClassName
{
border-color: #CCC715;
}
</style>