Shades of Bird Flower #CEC911
Tints of Bird Flower #CEC911
RGB
CMYK
RGB Variations
Color information
#CEC911 (or 0xCEC911) is known color: Bird Flower. HEX triplet: CE, C9 and 11. RGB value is (206,201,17). Sum of RGB (Red+Green+Blue) = 206+201+17=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 201 (78.91% from 255 or 47.41% from 424); Blue value is 17 (7.03% from 255 or 4.01% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC911 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC911 is #3136EE. Grayscale: #B6B6B6. Windows color (decimal): -3225327 or 1165774. OLE color: 1165774.
HSL color Cylindrical-coordinate representation of color #CEC911: hue angle of 58.41º 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 #CEC911 is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 17 | - |
| CMYK | 0 | 0.02 | 0.92 | 0.19 |
| HSL | 58.41º | 0.85% | 0.44% | - |
| HSV(B) | 58.41º | 0.92% | 0.81% | - |
| XYZ | 46.44 | 54.94 | 8.69 | - |
| YUV | 181.52 | 35.16 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 17 | 0 | 0.02 | 0.92 | 0.19 | 58.41 | 0.85 | 0.44 |
| Hex | CE | C9 | 11 | 0 | 2 | 5C | 13 | 3A | 55 | 2C |
| Octal | 316 | 311 | 21 | 0 | 2 | 134 | 23 | 72 | 125 | 54 |
| Binary | 11001110 | 11001001 | 10001 | 0 | 10 | 1011100 | 10011 | 111010 | 1010101 | 101100 |
Color Harmonies of #CEC911
Complementary color
Monochromatic Colors of #CEC911
Black with #CEC911
Text Example
Text Example
White with #CEC911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC911; }
p { color: rgb(206,201,17); }
H1.HeaderClassName
{
color: #CEC911;
}
.AnyTagClassName
{
color: #CEC911;
}
</style>
background-color css
<style>
a { background-color: #CEC911; }
a { background-color: rgb(206,201,17); }
div.DivClassName
{
background-color: #CEC911;
}
.BgClassName
{
background-color: #CEC911;
}
</style>
border-color css
<style>
span { border-color: #CEC911; }
span { border-color: rgb(206,201,17); }
td.TdClassName
{
border-color: #CEC911;
}
.TagClassName
{
border-color: #CEC911;
}
</style>