Shades of Bird Flower #CCC306
Tints of Bird Flower #CCC306
RGB
CMYK
RGB Variations
Color information
#CCC306 (or 0xCCC306) is known color: Bird Flower. HEX triplet: CC, C3 and 06. RGB value is (204,195,6). Sum of RGB (Red+Green+Blue) = 204+195+6=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 195 (76.56% from 255 or 48.15% from 405); Blue value is 6 (2.73% from 255 or 1.48% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC306 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC306 is #333CF9. Grayscale: #B0B0B0. Windows color (decimal): -3357946 or 443340. OLE color: 443340.
HSL color Cylindrical-coordinate representation of color #CCC306: hue angle of 57.27º 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 #CCC306 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 195 | 6 | - |
| CMYK | 0 | 0.04 | 0.97 | 0.2 |
| HSL | 57.27º | 0.94% | 0.41% | - |
| HSV(B) | 57.27º | 0.97% | 0.8% | - |
| XYZ | 44.45 | 51.88 | 7.84 | - |
| YUV | 176.15 | 31.98 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 195 | 6 | 0 | 0.04 | 0.97 | 0.2 | 57.27 | 0.94 | 0.41 |
| Hex | CC | C3 | 6 | 0 | 4 | 61 | 14 | 39 | 5E | 29 |
| Octal | 314 | 303 | 6 | 0 | 4 | 141 | 24 | 71 | 136 | 51 |
| Binary | 11001100 | 11000011 | 110 | 0 | 100 | 1100001 | 10100 | 111001 | 1011110 | 101001 |
Color Harmonies of #CCC306
Complementary color
Monochromatic Colors of #CCC306
Black with #CCC306
Text Example
Text Example
White with #CCC306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC306; }
p { color: rgb(204,195,6); }
H1.HeaderClassName
{
color: #CCC306;
}
.AnyTagClassName
{
color: #CCC306;
}
</style>
background-color css
<style>
a { background-color: #CCC306; }
a { background-color: rgb(204,195,6); }
div.DivClassName
{
background-color: #CCC306;
}
.BgClassName
{
background-color: #CCC306;
}
</style>
border-color css
<style>
span { border-color: #CCC306; }
span { border-color: rgb(204,195,6); }
td.TdClassName
{
border-color: #CCC306;
}
.TagClassName
{
border-color: #CCC306;
}
</style>