Shades of Bird Flower #CCC802
Tints of Bird Flower #CCC802
RGB
CMYK
RGB Variations
Color information
#CCC802 (or 0xCCC802) is known color: Bird Flower. HEX triplet: CC, C8 and 02. RGB value is (204,200,2). Sum of RGB (Red+Green+Blue) = 204+200+2=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 200 (78.52% from 255 or 49.26% from 406); Blue value is 2 (1.17% from 255 or 0.49% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC802 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC802 is #3337FD. Grayscale: #B3B3B3. Windows color (decimal): -3356670 or 182476. OLE color: 182476.
HSL color Cylindrical-coordinate representation of color #CCC802: hue angle of 58.81º 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 #CCC802 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 200 | 2 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.2 |
| HSL | 58.81º | 0.98% | 0.4% | - |
| HSV(B) | 58.81º | 0.99% | 0.8% | - |
| XYZ | 45.57 | 54.15 | 8.11 | - |
| YUV | 178.62 | 28.33 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 2 | 0 | 0.02 | 0.99 | 0.2 | 58.81 | 0.98 | 0.4 |
| Hex | CC | C8 | 2 | 0 | 2 | 63 | 14 | 3B | 62 | 28 |
| Octal | 314 | 310 | 2 | 0 | 2 | 143 | 24 | 73 | 142 | 50 |
| Binary | 11001100 | 11001000 | 10 | 0 | 10 | 1100011 | 10100 | 111011 | 1100010 | 101000 |
Color Harmonies of #CCC802
Complementary color
Monochromatic Colors of #CCC802
Black with #CCC802
Text Example
Text Example
White with #CCC802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC802; }
p { color: rgb(204,200,2); }
H1.HeaderClassName
{
color: #CCC802;
}
.AnyTagClassName
{
color: #CCC802;
}
</style>
background-color css
<style>
a { background-color: #CCC802; }
a { background-color: rgb(204,200,2); }
div.DivClassName
{
background-color: #CCC802;
}
.BgClassName
{
background-color: #CCC802;
}
</style>
border-color css
<style>
span { border-color: #CCC802; }
span { border-color: rgb(204,200,2); }
td.TdClassName
{
border-color: #CCC802;
}
.TagClassName
{
border-color: #CCC802;
}
</style>