Shades of Bird Flower #CCC702
Tints of Bird Flower #CCC702
RGB
CMYK
RGB Variations
Color information
#CCC702 (or 0xCCC702) is known color: Bird Flower. HEX triplet: CC, C7 and 02. RGB value is (204,199,2). Sum of RGB (Red+Green+Blue) = 204+199+2=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 199 (78.12% from 255 or 49.14% from 405); Blue value is 2 (1.17% from 255 or 0.49% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC702 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC702 is #3338FD. Grayscale: #B2B2B2. Windows color (decimal): -3356926 or 182220. OLE color: 182220.
HSL color Cylindrical-coordinate representation of color #CCC702: hue angle of 58.51º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CCC702 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 199 | 2 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.2 |
| HSL | 58.51º | 0.98% | 0.4% | - |
| HSV(B) | 58.51º | 0.99% | 0.8% | - |
| XYZ | 45.34 | 53.69 | 8.03 | - |
| YUV | 178.04 | 28.66 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 199 | 2 | 0 | 0.02 | 0.99 | 0.2 | 58.51 | 0.98 | 0.4 |
| Hex | CC | C7 | 2 | 0 | 2 | 63 | 14 | 3B | 62 | 28 |
| Octal | 314 | 307 | 2 | 0 | 2 | 143 | 24 | 73 | 142 | 50 |
| Binary | 11001100 | 11000111 | 10 | 0 | 10 | 1100011 | 10100 | 111011 | 1100010 | 101000 |
Color Harmonies of #CCC702
Complementary color
Monochromatic Colors of #CCC702
Black with #CCC702
Text Example
Text Example
White with #CCC702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC702; }
p { color: rgb(204,199,2); }
H1.HeaderClassName
{
color: #CCC702;
}
.AnyTagClassName
{
color: #CCC702;
}
</style>
background-color css
<style>
a { background-color: #CCC702; }
a { background-color: rgb(204,199,2); }
div.DivClassName
{
background-color: #CCC702;
}
.BgClassName
{
background-color: #CCC702;
}
</style>
border-color css
<style>
span { border-color: #CCC702; }
span { border-color: rgb(204,199,2); }
td.TdClassName
{
border-color: #CCC702;
}
.TagClassName
{
border-color: #CCC702;
}
</style>