Shades of Bird Flower #CECE11
Tints of Bird Flower #CECE11
RGB
CMYK
RGB Variations
Color information
#CECE11 (or 0xCECE11) is known color: Bird Flower. HEX triplet: CE, CE and 11. RGB value is (206,206,17). Sum of RGB (Red+Green+Blue) = 206+206+17=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 206 (80.86% from 255 or 48.02% from 429); Blue value is 17 (7.03% from 255 or 3.96% from 429); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECE11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECE11 is #3131EE. Grayscale: #B9B9B9. Windows color (decimal): -3224047 or 1167054. OLE color: 1167054.
HSL color Cylindrical-coordinate representation of color #CECE11: hue angle of 60º 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 #CECE11 is Cyan = 0, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 206 | 17 | - |
| CMYK | 0 | 0 | 0.92 | 0.19 |
| HSL | 60º | 0.85% | 0.44% | - |
| HSV(B) | 60º | 0.92% | 0.81% | - |
| XYZ | 47.63 | 57.3 | 9.08 | - |
| YUV | 184.45 | 33.5 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 206 | 17 | 0 | 0 | 0.92 | 0.19 | 60 | 0.85 | 0.44 |
| Hex | CE | CE | 11 | 0 | 0 | 5C | 13 | 3C | 55 | 2C |
| Octal | 316 | 316 | 21 | 0 | 0 | 134 | 23 | 74 | 125 | 54 |
| Binary | 11001110 | 11001110 | 10001 | 0 | 0 | 1011100 | 10011 | 111100 | 1010101 | 101100 |
Color Harmonies of #CECE11
Complementary color
Monochromatic Colors of #CECE11
Black with #CECE11
Text Example
Text Example
White with #CECE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECE11; }
p { color: rgb(206,206,17); }
H1.HeaderClassName
{
color: #CECE11;
}
.AnyTagClassName
{
color: #CECE11;
}
</style>
background-color css
<style>
a { background-color: #CECE11; }
a { background-color: rgb(206,206,17); }
div.DivClassName
{
background-color: #CECE11;
}
.BgClassName
{
background-color: #CECE11;
}
</style>
border-color css
<style>
span { border-color: #CECE11; }
span { border-color: rgb(206,206,17); }
td.TdClassName
{
border-color: #CECE11;
}
.TagClassName
{
border-color: #CECE11;
}
</style>