Shades of Bird Flower #CECE14
Tints of Bird Flower #CECE14
RGB
CMYK
RGB Variations
Color information
#CECE14 (or 0xCECE14) is known color: Bird Flower. HEX triplet: CE, CE and 14. RGB value is (206,206,20). Sum of RGB (Red+Green+Blue) = 206+206+20=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 206 (80.86% from 255 or 47.69% from 432); Blue value is 20 (8.20% from 255 or 4.63% from 432); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECE14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECE14 is #3131EB. Grayscale: #B9B9B9. Windows color (decimal): -3224044 or 1363662. OLE color: 1363662.
HSL color Cylindrical-coordinate representation of color #CECE14: hue angle of 60º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CECE14 is Cyan = 0, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 206 | 20 | - |
| CMYK | 0 | 0 | 0.90 | 0.19 |
| HSL | 60º | 0.82% | 0.44% | - |
| HSV(B) | 60º | 0.9% | 0.81% | - |
| XYZ | 47.65 | 57.31 | 9.21 | - |
| YUV | 184.8 | 35 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 206 | 20 | 0 | 0 | 0.90 | 0.19 | 60 | 0.82 | 0.44 |
| Hex | CE | CE | 14 | 0 | 0 | 5A | 13 | 3C | 52 | 2C |
| Octal | 316 | 316 | 24 | 0 | 0 | 132 | 23 | 74 | 122 | 54 |
| Binary | 11001110 | 11001110 | 10100 | 0 | 0 | 1011010 | 10011 | 111100 | 1010010 | 101100 |
Color Harmonies of #CECE14
Complementary color
Monochromatic Colors of #CECE14
Black with #CECE14
Text Example
Text Example
White with #CECE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECE14; }
p { color: rgb(206,206,20); }
H1.HeaderClassName
{
color: #CECE14;
}
.AnyTagClassName
{
color: #CECE14;
}
</style>
background-color css
<style>
a { background-color: #CECE14; }
a { background-color: rgb(206,206,20); }
div.DivClassName
{
background-color: #CECE14;
}
.BgClassName
{
background-color: #CECE14;
}
</style>
border-color css
<style>
span { border-color: #CECE14; }
span { border-color: rgb(206,206,20); }
td.TdClassName
{
border-color: #CECE14;
}
.TagClassName
{
border-color: #CECE14;
}
</style>