Shades of Bird Flower #CCC607
Tints of Bird Flower #CCC607
RGB
CMYK
RGB Variations
Color information
#CCC607 (or 0xCCC607) is known color: Bird Flower. HEX triplet: CC, C6 and 07. RGB value is (204,198,7). Sum of RGB (Red+Green+Blue) = 204+198+7=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 198 (77.73% from 255 or 48.41% from 409); Blue value is 7 (3.12% from 255 or 1.71% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC607 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC607 is #3339F8. Grayscale: #B2B2B2. Windows color (decimal): -3357177 or 509644. OLE color: 509644.
HSL color Cylindrical-coordinate representation of color #CCC607: hue angle of 58.17º 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 #CCC607 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 198 | 7 | - |
| CMYK | 0 | 0.03 | 0.97 | 0.2 |
| HSL | 58.17º | 0.93% | 0.41% | - |
| HSV(B) | 58.17º | 0.97% | 0.8% | - |
| XYZ | 45.13 | 53.24 | 8.1 | - |
| YUV | 178.02 | 31.49 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 7 | 0 | 0.03 | 0.97 | 0.2 | 58.17 | 0.93 | 0.41 |
| Hex | CC | C6 | 7 | 0 | 3 | 61 | 14 | 3A | 5D | 29 |
| Octal | 314 | 306 | 7 | 0 | 3 | 141 | 24 | 72 | 135 | 51 |
| Binary | 11001100 | 11000110 | 111 | 0 | 11 | 1100001 | 10100 | 111010 | 1011101 | 101001 |
Color Harmonies of #CCC607
Complementary color
Monochromatic Colors of #CCC607
Black with #CCC607
Text Example
Text Example
White with #CCC607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC607; }
p { color: rgb(204,198,7); }
H1.HeaderClassName
{
color: #CCC607;
}
.AnyTagClassName
{
color: #CCC607;
}
</style>
background-color css
<style>
a { background-color: #CCC607; }
a { background-color: rgb(204,198,7); }
div.DivClassName
{
background-color: #CCC607;
}
.BgClassName
{
background-color: #CCC607;
}
</style>
border-color css
<style>
span { border-color: #CCC607; }
span { border-color: rgb(204,198,7); }
td.TdClassName
{
border-color: #CCC607;
}
.TagClassName
{
border-color: #CCC607;
}
</style>