Shades of Bird Flower #CECB16
Tints of Bird Flower #CECB16
RGB
CMYK
RGB Variations
Color information
#CECB16 (or 0xCECB16) is known color: Bird Flower. HEX triplet: CE, CB and 16. RGB value is (206,203,22). Sum of RGB (Red+Green+Blue) = 206+203+22=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 203 (79.69% from 255 or 47.10% from 431); Blue value is 22 (8.98% from 255 or 5.10% from 431); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECB16 is #3134E9. Grayscale: #B7B7B7. Windows color (decimal): -3224810 or 1493966. OLE color: 1493966.
HSL color Cylindrical-coordinate representation of color #CECB16: hue angle of 59.02º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CECB16 is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 203 | 22 | - |
| CMYK | 0 | 0.01 | 0.89 | 0.19 |
| HSL | 59.02º | 0.81% | 0.45% | - |
| HSV(B) | 59.02º | 0.89% | 0.81% | - |
| XYZ | 46.95 | 55.89 | 9.07 | - |
| YUV | 183.26 | 36.99 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 22 | 0 | 0.01 | 0.89 | 0.19 | 59.02 | 0.81 | 0.45 |
| Hex | CE | CB | 16 | 0 | 1 | 59 | 13 | 3B | 51 | 2D |
| Octal | 316 | 313 | 26 | 0 | 1 | 131 | 23 | 73 | 121 | 55 |
| Binary | 11001110 | 11001011 | 10110 | 0 | 1 | 1011001 | 10011 | 111011 | 1010001 | 101101 |
Color Harmonies of #CECB16
Complementary color
Monochromatic Colors of #CECB16
Black with #CECB16
Text Example
Text Example
White with #CECB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECB16; }
p { color: rgb(206,203,22); }
H1.HeaderClassName
{
color: #CECB16;
}
.AnyTagClassName
{
color: #CECB16;
}
</style>
background-color css
<style>
a { background-color: #CECB16; }
a { background-color: rgb(206,203,22); }
div.DivClassName
{
background-color: #CECB16;
}
.BgClassName
{
background-color: #CECB16;
}
</style>
border-color css
<style>
span { border-color: #CECB16; }
span { border-color: rgb(206,203,22); }
td.TdClassName
{
border-color: #CECB16;
}
.TagClassName
{
border-color: #CECB16;
}
</style>