Shades of Bird Flower #CEC416
Tints of Bird Flower #CEC416
RGB
CMYK
RGB Variations
Color information
#CEC416 (or 0xCEC416) is known color: Bird Flower. HEX triplet: CE, C4 and 16. RGB value is (206,196,22). Sum of RGB (Red+Green+Blue) = 206+196+22=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 196 (76.95% from 255 or 46.23% from 424); Blue value is 22 (8.98% from 255 or 5.19% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC416 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC416 is #313BE9. Grayscale: #B3B3B3. Windows color (decimal): -3226602 or 1492174. OLE color: 1492174.
HSL color Cylindrical-coordinate representation of color #CEC416: hue angle of 56.74º 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 #CEC416 is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 196 | 22 | - |
| CMYK | 0 | 0.05 | 0.89 | 0.19 |
| HSL | 56.74º | 0.81% | 0.45% | - |
| HSV(B) | 56.74º | 0.89% | 0.81% | - |
| XYZ | 45.34 | 52.66 | 8.53 | - |
| YUV | 179.15 | 39.31 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 196 | 22 | 0 | 0.05 | 0.89 | 0.19 | 56.74 | 0.81 | 0.45 |
| Hex | CE | C4 | 16 | 0 | 5 | 59 | 13 | 39 | 51 | 2D |
| Octal | 316 | 304 | 26 | 0 | 5 | 131 | 23 | 71 | 121 | 55 |
| Binary | 11001110 | 11000100 | 10110 | 0 | 101 | 1011001 | 10011 | 111001 | 1010001 | 101101 |
Color Harmonies of #CEC416
Complementary color
Monochromatic Colors of #CEC416
Black with #CEC416
Text Example
Text Example
White with #CEC416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC416; }
p { color: rgb(206,196,22); }
H1.HeaderClassName
{
color: #CEC416;
}
.AnyTagClassName
{
color: #CEC416;
}
</style>
background-color css
<style>
a { background-color: #CEC416; }
a { background-color: rgb(206,196,22); }
div.DivClassName
{
background-color: #CEC416;
}
.BgClassName
{
background-color: #CEC416;
}
</style>
border-color css
<style>
span { border-color: #CEC416; }
span { border-color: rgb(206,196,22); }
td.TdClassName
{
border-color: #CEC416;
}
.TagClassName
{
border-color: #CEC416;
}
</style>