Shades of Bird Flower #CEC511
Tints of Bird Flower #CEC511
RGB
CMYK
RGB Variations
Color information
#CEC511 (or 0xCEC511) is known color: Bird Flower. HEX triplet: CE, C5 and 11. RGB value is (206,197,17). Sum of RGB (Red+Green+Blue) = 206+197+17=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 197 (77.34% from 255 or 46.90% from 420); Blue value is 17 (7.03% from 255 or 4.05% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC511 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC511 is #313AEE. Grayscale: #B3B3B3. Windows color (decimal): -3226351 or 1164750. OLE color: 1164750.
HSL color Cylindrical-coordinate representation of color #CEC511: hue angle of 57.14º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CEC511 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 17 | - |
| CMYK | 0 | 0.04 | 0.92 | 0.19 |
| HSL | 57.14º | 0.85% | 0.44% | - |
| HSV(B) | 57.14º | 0.92% | 0.81% | - |
| XYZ | 45.52 | 53.09 | 8.38 | - |
| YUV | 179.17 | 36.48 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 17 | 0 | 0.04 | 0.92 | 0.19 | 57.14 | 0.85 | 0.44 |
| Hex | CE | C5 | 11 | 0 | 4 | 5C | 13 | 39 | 55 | 2C |
| Octal | 316 | 305 | 21 | 0 | 4 | 134 | 23 | 71 | 125 | 54 |
| Binary | 11001110 | 11000101 | 10001 | 0 | 100 | 1011100 | 10011 | 111001 | 1010101 | 101100 |
Color Harmonies of #CEC511
Complementary color
Monochromatic Colors of #CEC511
Black with #CEC511
Text Example
Text Example
White with #CEC511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC511; }
p { color: rgb(206,197,17); }
H1.HeaderClassName
{
color: #CEC511;
}
.AnyTagClassName
{
color: #CEC511;
}
</style>
background-color css
<style>
a { background-color: #CEC511; }
a { background-color: rgb(206,197,17); }
div.DivClassName
{
background-color: #CEC511;
}
.BgClassName
{
background-color: #CEC511;
}
</style>
border-color css
<style>
span { border-color: #CEC511; }
span { border-color: rgb(206,197,17); }
td.TdClassName
{
border-color: #CEC511;
}
.TagClassName
{
border-color: #CEC511;
}
</style>