Shades of Bird Flower #CCC106
Tints of Bird Flower #CCC106
RGB
CMYK
RGB Variations
Color information
#CCC106 (or 0xCCC106) is known color: Bird Flower. HEX triplet: CC, C1 and 06. RGB value is (204,193,6). Sum of RGB (Red+Green+Blue) = 204+193+6=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 193 (75.78% from 255 or 47.89% from 403); Blue value is 6 (2.73% from 255 or 1.49% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC106 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC106 is #333EF9. Grayscale: #AFAFAF. Windows color (decimal): -3358458 or 442828. OLE color: 442828.
HSL color Cylindrical-coordinate representation of color #CCC106: hue angle of 56.67º 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 #CCC106 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 193 | 6 | - |
| CMYK | 0 | 0.05 | 0.97 | 0.2 |
| HSL | 56.67º | 0.94% | 0.41% | - |
| HSV(B) | 56.67º | 0.97% | 0.8% | - |
| XYZ | 44 | 50.99 | 7.7 | - |
| YUV | 174.97 | 32.64 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 193 | 6 | 0 | 0.05 | 0.97 | 0.2 | 56.67 | 0.94 | 0.41 |
| Hex | CC | C1 | 6 | 0 | 5 | 61 | 14 | 39 | 5E | 29 |
| Octal | 314 | 301 | 6 | 0 | 5 | 141 | 24 | 71 | 136 | 51 |
| Binary | 11001100 | 11000001 | 110 | 0 | 101 | 1100001 | 10100 | 111001 | 1011110 | 101001 |
Color Harmonies of #CCC106
Complementary color
Monochromatic Colors of #CCC106
Black with #CCC106
Text Example
Text Example
White with #CCC106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC106; }
p { color: rgb(204,193,6); }
H1.HeaderClassName
{
color: #CCC106;
}
.AnyTagClassName
{
color: #CCC106;
}
</style>
background-color css
<style>
a { background-color: #CCC106; }
a { background-color: rgb(204,193,6); }
div.DivClassName
{
background-color: #CCC106;
}
.BgClassName
{
background-color: #CCC106;
}
</style>
border-color css
<style>
span { border-color: #CCC106; }
span { border-color: rgb(204,193,6); }
td.TdClassName
{
border-color: #CCC106;
}
.TagClassName
{
border-color: #CCC106;
}
</style>