Shades of Bird Flower #CEC316
Tints of Bird Flower #CEC316
RGB
CMYK
RGB Variations
Color information
#CEC316 (or 0xCEC316) is known color: Bird Flower. HEX triplet: CE, C3 and 16. RGB value is (206,195,22). Sum of RGB (Red+Green+Blue) = 206+195+22=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 195 (76.56% from 255 or 46.10% from 423); Blue value is 22 (8.98% from 255 or 5.20% from 423); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC316 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC316 is #313CE9. Grayscale: #B3B3B3. Windows color (decimal): -3226858 or 1491918. OLE color: 1491918.
HSL color Cylindrical-coordinate representation of color #CEC316: hue angle of 56.41º 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 #CEC316 is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 195 | 22 | - |
| CMYK | 0 | 0.05 | 0.89 | 0.19 |
| HSL | 56.41º | 0.81% | 0.45% | - |
| HSV(B) | 56.41º | 0.89% | 0.81% | - |
| XYZ | 45.11 | 52.21 | 8.46 | - |
| YUV | 178.57 | 39.64 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 195 | 22 | 0 | 0.05 | 0.89 | 0.19 | 56.41 | 0.81 | 0.45 |
| Hex | CE | C3 | 16 | 0 | 5 | 59 | 13 | 38 | 51 | 2D |
| Octal | 316 | 303 | 26 | 0 | 5 | 131 | 23 | 70 | 121 | 55 |
| Binary | 11001110 | 11000011 | 10110 | 0 | 101 | 1011001 | 10011 | 111000 | 1010001 | 101101 |
Color Harmonies of #CEC316
Complementary color
Monochromatic Colors of #CEC316
Black with #CEC316
Text Example
Text Example
White with #CEC316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC316; }
p { color: rgb(206,195,22); }
H1.HeaderClassName
{
color: #CEC316;
}
.AnyTagClassName
{
color: #CEC316;
}
</style>
background-color css
<style>
a { background-color: #CEC316; }
a { background-color: rgb(206,195,22); }
div.DivClassName
{
background-color: #CEC316;
}
.BgClassName
{
background-color: #CEC316;
}
</style>
border-color css
<style>
span { border-color: #CEC316; }
span { border-color: rgb(206,195,22); }
td.TdClassName
{
border-color: #CEC316;
}
.TagClassName
{
border-color: #CEC316;
}
</style>