Shades of Bird Flower #CCC114
Tints of Bird Flower #CCC114
RGB
CMYK
RGB Variations
Color information
#CCC114 (or 0xCCC114) is known color: Bird Flower. HEX triplet: CC, C1 and 14. RGB value is (204,193,20). Sum of RGB (Red+Green+Blue) = 204+193+20=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 193 (75.78% from 255 or 46.28% from 417); Blue value is 20 (8.20% from 255 or 4.80% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC114 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC114 is #333EEB. Grayscale: #B1B1B1. Windows color (decimal): -3358444 or 1360332. OLE color: 1360332.
HSL color Cylindrical-coordinate representation of color #CCC114: hue angle of 56.41º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCC114 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 193 | 20 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.2 |
| HSL | 56.41º | 0.82% | 0.44% | - |
| HSV(B) | 56.41º | 0.9% | 0.8% | - |
| XYZ | 44.1 | 51.03 | 8.19 | - |
| YUV | 176.57 | 39.64 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 193 | 20 | 0 | 0.05 | 0.90 | 0.2 | 56.41 | 0.82 | 0.44 |
| Hex | CC | C1 | 14 | 0 | 5 | 5A | 14 | 38 | 52 | 2C |
| Octal | 314 | 301 | 24 | 0 | 5 | 132 | 24 | 70 | 122 | 54 |
| Binary | 11001100 | 11000001 | 10100 | 0 | 101 | 1011010 | 10100 | 111000 | 1010010 | 101100 |
Color Harmonies of #CCC114
Complementary color
Monochromatic Colors of #CCC114
Black with #CCC114
Text Example
Text Example
White with #CCC114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC114; }
p { color: rgb(204,193,20); }
H1.HeaderClassName
{
color: #CCC114;
}
.AnyTagClassName
{
color: #CCC114;
}
</style>
background-color css
<style>
a { background-color: #CCC114; }
a { background-color: rgb(204,193,20); }
div.DivClassName
{
background-color: #CCC114;
}
.BgClassName
{
background-color: #CCC114;
}
</style>
border-color css
<style>
span { border-color: #CCC114; }
span { border-color: rgb(204,193,20); }
td.TdClassName
{
border-color: #CCC114;
}
.TagClassName
{
border-color: #CCC114;
}
</style>