Shades of Bird Flower #CCC511
Tints of Bird Flower #CCC511
RGB
CMYK
RGB Variations
Color information
#CCC511 (or 0xCCC511) is known color: Bird Flower. HEX triplet: CC, C5 and 11. RGB value is (204,197,17). Sum of RGB (Red+Green+Blue) = 204+197+17=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 197 (77.34% from 255 or 47.13% from 418); Blue value is 17 (7.03% from 255 or 4.07% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC511 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC511 is #333AEE. Grayscale: #B3B3B3. Windows color (decimal): -3357423 or 1164748. OLE color: 1164748.
HSL color Cylindrical-coordinate representation of color #CCC511: hue angle of 57.75º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CCC511 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 197 | 17 | - |
| CMYK | 0 | 0.03 | 0.92 | 0.2 |
| HSL | 57.75º | 0.85% | 0.43% | - |
| HSV(B) | 57.75º | 0.92% | 0.8% | - |
| XYZ | 44.97 | 52.81 | 8.35 | - |
| YUV | 178.57 | 36.82 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 17 | 0 | 0.03 | 0.92 | 0.2 | 57.75 | 0.85 | 0.43 |
| Hex | CC | C5 | 11 | 0 | 3 | 5C | 14 | 3A | 55 | 2B |
| Octal | 314 | 305 | 21 | 0 | 3 | 134 | 24 | 72 | 125 | 53 |
| Binary | 11001100 | 11000101 | 10001 | 0 | 11 | 1011100 | 10100 | 111010 | 1010101 | 101011 |
Color Harmonies of #CCC511
Complementary color
Monochromatic Colors of #CCC511
Black with #CCC511
Text Example
Text Example
White with #CCC511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC511; }
p { color: rgb(204,197,17); }
H1.HeaderClassName
{
color: #CCC511;
}
.AnyTagClassName
{
color: #CCC511;
}
</style>
background-color css
<style>
a { background-color: #CCC511; }
a { background-color: rgb(204,197,17); }
div.DivClassName
{
background-color: #CCC511;
}
.BgClassName
{
background-color: #CCC511;
}
</style>
border-color css
<style>
span { border-color: #CCC511; }
span { border-color: rgb(204,197,17); }
td.TdClassName
{
border-color: #CCC511;
}
.TagClassName
{
border-color: #CCC511;
}
</style>