Shades of Bird Flower #CEC411
Tints of Bird Flower #CEC411
RGB
CMYK
RGB Variations
Color information
#CEC411 (or 0xCEC411) is known color: Bird Flower. HEX triplet: CE, C4 and 11. RGB value is (206,196,17). Sum of RGB (Red+Green+Blue) = 206+196+17=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 196 (76.95% from 255 or 46.78% from 419); Blue value is 17 (7.03% from 255 or 4.06% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC411 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC411 is #313BEE. Grayscale: #B3B3B3. Windows color (decimal): -3226607 or 1164494. OLE color: 1164494.
HSL color Cylindrical-coordinate representation of color #CEC411: hue angle of 56.83º 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 #CEC411 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 196 | 17 | - |
| CMYK | 0 | 0.05 | 0.92 | 0.19 |
| HSL | 56.83º | 0.85% | 0.44% | - |
| HSV(B) | 56.83º | 0.92% | 0.81% | - |
| XYZ | 45.29 | 52.64 | 8.3 | - |
| YUV | 178.58 | 36.81 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 196 | 17 | 0 | 0.05 | 0.92 | 0.19 | 56.83 | 0.85 | 0.44 |
| Hex | CE | C4 | 11 | 0 | 5 | 5C | 13 | 39 | 55 | 2C |
| Octal | 316 | 304 | 21 | 0 | 5 | 134 | 23 | 71 | 125 | 54 |
| Binary | 11001110 | 11000100 | 10001 | 0 | 101 | 1011100 | 10011 | 111001 | 1010101 | 101100 |
Color Harmonies of #CEC411
Complementary color
Monochromatic Colors of #CEC411
Black with #CEC411
Text Example
Text Example
White with #CEC411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC411; }
p { color: rgb(206,196,17); }
H1.HeaderClassName
{
color: #CEC411;
}
.AnyTagClassName
{
color: #CEC411;
}
</style>
background-color css
<style>
a { background-color: #CEC411; }
a { background-color: rgb(206,196,17); }
div.DivClassName
{
background-color: #CEC411;
}
.BgClassName
{
background-color: #CEC411;
}
</style>
border-color css
<style>
span { border-color: #CEC411; }
span { border-color: rgb(206,196,17); }
td.TdClassName
{
border-color: #CEC411;
}
.TagClassName
{
border-color: #CEC411;
}
</style>