Shades of Bird Flower #CEC311
Tints of Bird Flower #CEC311
RGB
CMYK
RGB Variations
Color information
#CEC311 (or 0xCEC311) is known color: Bird Flower. HEX triplet: CE, C3 and 11. RGB value is (206,195,17). Sum of RGB (Red+Green+Blue) = 206+195+17=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 195 (76.56% from 255 or 46.65% from 418); Blue value is 17 (7.03% from 255 or 4.07% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC311 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC311 is #313CEE. Grayscale: #B2B2B2. Windows color (decimal): -3226863 or 1164238. OLE color: 1164238.
HSL color Cylindrical-coordinate representation of color #CEC311: hue angle of 56.51º 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 #CEC311 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 195 | 17 | - |
| CMYK | 0 | 0.05 | 0.92 | 0.19 |
| HSL | 56.51º | 0.85% | 0.44% | - |
| HSV(B) | 56.51º | 0.92% | 0.81% | - |
| XYZ | 45.07 | 52.19 | 8.23 | - |
| YUV | 178 | 37.14 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 195 | 17 | 0 | 0.05 | 0.92 | 0.19 | 56.51 | 0.85 | 0.44 |
| Hex | CE | C3 | 11 | 0 | 5 | 5C | 13 | 39 | 55 | 2C |
| Octal | 316 | 303 | 21 | 0 | 5 | 134 | 23 | 71 | 125 | 54 |
| Binary | 11001110 | 11000011 | 10001 | 0 | 101 | 1011100 | 10011 | 111001 | 1010101 | 101100 |
Color Harmonies of #CEC311
Complementary color
Monochromatic Colors of #CEC311
Black with #CEC311
Text Example
Text Example
White with #CEC311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC311; }
p { color: rgb(206,195,17); }
H1.HeaderClassName
{
color: #CEC311;
}
.AnyTagClassName
{
color: #CEC311;
}
</style>
background-color css
<style>
a { background-color: #CEC311; }
a { background-color: rgb(206,195,17); }
div.DivClassName
{
background-color: #CEC311;
}
.BgClassName
{
background-color: #CEC311;
}
</style>
border-color css
<style>
span { border-color: #CEC311; }
span { border-color: rgb(206,195,17); }
td.TdClassName
{
border-color: #CEC311;
}
.TagClassName
{
border-color: #CEC311;
}
</style>