Shades of Bird Flower #CCC407
Tints of Bird Flower #CCC407
RGB
CMYK
RGB Variations
Color information
#CCC407 (or 0xCCC407) is known color: Bird Flower. HEX triplet: CC, C4 and 07. RGB value is (204,196,7). Sum of RGB (Red+Green+Blue) = 204+196+7=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 196 (76.95% from 255 or 48.16% from 407); Blue value is 7 (3.12% from 255 or 1.72% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC407 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC407 is #333BF8. Grayscale: #B1B1B1. Windows color (decimal): -3357689 or 509132. OLE color: 509132.
HSL color Cylindrical-coordinate representation of color #CCC407: hue angle of 57.56º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CCC407 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 196 | 7 | - |
| CMYK | 0 | 0.04 | 0.97 | 0.2 |
| HSL | 57.56º | 0.93% | 0.41% | - |
| HSV(B) | 57.56º | 0.97% | 0.8% | - |
| XYZ | 44.68 | 52.33 | 7.95 | - |
| YUV | 176.85 | 32.15 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 196 | 7 | 0 | 0.04 | 0.97 | 0.2 | 57.56 | 0.93 | 0.41 |
| Hex | CC | C4 | 7 | 0 | 4 | 61 | 14 | 3A | 5D | 29 |
| Octal | 314 | 304 | 7 | 0 | 4 | 141 | 24 | 72 | 135 | 51 |
| Binary | 11001100 | 11000100 | 111 | 0 | 100 | 1100001 | 10100 | 111010 | 1011101 | 101001 |
Color Harmonies of #CCC407
Complementary color
Monochromatic Colors of #CCC407
Black with #CCC407
Text Example
Text Example
White with #CCC407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC407; }
p { color: rgb(204,196,7); }
H1.HeaderClassName
{
color: #CCC407;
}
.AnyTagClassName
{
color: #CCC407;
}
</style>
background-color css
<style>
a { background-color: #CCC407; }
a { background-color: rgb(204,196,7); }
div.DivClassName
{
background-color: #CCC407;
}
.BgClassName
{
background-color: #CCC407;
}
</style>
border-color css
<style>
span { border-color: #CCC407; }
span { border-color: rgb(204,196,7); }
td.TdClassName
{
border-color: #CCC407;
}
.TagClassName
{
border-color: #CCC407;
}
</style>