Shades of Bird Flower #CCC806
Tints of Bird Flower #CCC806
RGB
CMYK
RGB Variations
Color information
#CCC806 (or 0xCCC806) is known color: Bird Flower. HEX triplet: CC, C8 and 06. RGB value is (204,200,6). Sum of RGB (Red+Green+Blue) = 204+200+6=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 200 (78.52% from 255 or 48.78% from 410); Blue value is 6 (2.73% from 255 or 1.46% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC806 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC806 is #3337F9. Grayscale: #B3B3B3. Windows color (decimal): -3356666 or 444620. OLE color: 444620.
HSL color Cylindrical-coordinate representation of color #CCC806: hue angle of 58.79º degrees, saturation: 0.94, 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 #CCC806 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 200 | 6 | - |
| CMYK | 0 | 0.02 | 0.97 | 0.2 |
| HSL | 58.79º | 0.94% | 0.41% | - |
| HSV(B) | 58.79º | 0.97% | 0.8% | - |
| XYZ | 45.59 | 54.16 | 8.22 | - |
| YUV | 179.08 | 30.33 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 6 | 0 | 0.02 | 0.97 | 0.2 | 58.79 | 0.94 | 0.41 |
| Hex | CC | C8 | 6 | 0 | 2 | 61 | 14 | 3B | 5E | 29 |
| Octal | 314 | 310 | 6 | 0 | 2 | 141 | 24 | 73 | 136 | 51 |
| Binary | 11001100 | 11001000 | 110 | 0 | 10 | 1100001 | 10100 | 111011 | 1011110 | 101001 |
Color Harmonies of #CCC806
Complementary color
Monochromatic Colors of #CCC806
Black with #CCC806
Text Example
Text Example
White with #CCC806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC806; }
p { color: rgb(204,200,6); }
H1.HeaderClassName
{
color: #CCC806;
}
.AnyTagClassName
{
color: #CCC806;
}
</style>
background-color css
<style>
a { background-color: #CCC806; }
a { background-color: rgb(204,200,6); }
div.DivClassName
{
background-color: #CCC806;
}
.BgClassName
{
background-color: #CCC806;
}
</style>
border-color css
<style>
span { border-color: #CCC806; }
span { border-color: rgb(204,200,6); }
td.TdClassName
{
border-color: #CCC806;
}
.TagClassName
{
border-color: #CCC806;
}
</style>