Shades of Bird Flower #CEBC16
Tints of Bird Flower #CEBC16
RGB
CMYK
RGB Variations
Color information
#CEBC16 (or 0xCEBC16) is known color: Bird Flower. HEX triplet: CE, BC and 16. RGB value is (206,188,22). Sum of RGB (Red+Green+Blue) = 206+188+22=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 188 (73.83% from 255 or 45.19% from 416); Blue value is 22 (8.98% from 255 or 5.29% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEBC16 is #3143E9. Grayscale: #AFAFAF. Windows color (decimal): -3228650 or 1490126. OLE color: 1490126.
HSL color Cylindrical-coordinate representation of color #CEBC16: hue angle of 54.13º 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 #CEBC16 is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 188 | 22 | - |
| CMYK | 0 | 0.09 | 0.89 | 0.19 |
| HSL | 54.13º | 0.81% | 0.45% | - |
| HSV(B) | 54.13º | 0.89% | 0.81% | - |
| XYZ | 43.58 | 49.15 | 7.95 | - |
| YUV | 174.46 | 41.96 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 188 | 22 | 0 | 0.09 | 0.89 | 0.19 | 54.13 | 0.81 | 0.45 |
| Hex | CE | BC | 16 | 0 | 9 | 59 | 13 | 36 | 51 | 2D |
| Octal | 316 | 274 | 26 | 0 | 11 | 131 | 23 | 66 | 121 | 55 |
| Binary | 11001110 | 10111100 | 10110 | 0 | 1001 | 1011001 | 10011 | 110110 | 1010001 | 101101 |
Color Harmonies of #CEBC16
Complementary color
Monochromatic Colors of #CEBC16
Black with #CEBC16
Text Example
Text Example
White with #CEBC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBC16; }
p { color: rgb(206,188,22); }
H1.HeaderClassName
{
color: #CEBC16;
}
.AnyTagClassName
{
color: #CEBC16;
}
</style>
background-color css
<style>
a { background-color: #CEBC16; }
a { background-color: rgb(206,188,22); }
div.DivClassName
{
background-color: #CEBC16;
}
.BgClassName
{
background-color: #CEBC16;
}
</style>
border-color css
<style>
span { border-color: #CEBC16; }
span { border-color: rgb(206,188,22); }
td.TdClassName
{
border-color: #CEBC16;
}
.TagClassName
{
border-color: #CEBC16;
}
</style>