Shades of Bird Flower #CEC414
Tints of Bird Flower #CEC414
RGB
CMYK
RGB Variations
Color information
#CEC414 (or 0xCEC414) is known color: Bird Flower. HEX triplet: CE, C4 and 14. RGB value is (206,196,20). Sum of RGB (Red+Green+Blue) = 206+196+20=422 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.82% from 422); Green value is 196 (76.95% from 255 or 46.45% from 422); Blue value is 20 (8.20% from 255 or 4.74% from 422); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC414 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC414 is #313BEB. Grayscale: #B3B3B3. Windows color (decimal): -3226604 or 1361102. OLE color: 1361102.
HSL color Cylindrical-coordinate representation of color #CEC414: hue angle of 56.77º 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 #CEC414 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 196 | 20 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.19 |
| HSL | 56.77º | 0.82% | 0.44% | - |
| HSV(B) | 56.77º | 0.9% | 0.81% | - |
| XYZ | 45.32 | 52.65 | 8.44 | - |
| YUV | 178.93 | 38.31 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 196 | 20 | 0 | 0.05 | 0.90 | 0.19 | 56.77 | 0.82 | 0.44 |
| Hex | CE | C4 | 14 | 0 | 5 | 5A | 13 | 39 | 52 | 2C |
| Octal | 316 | 304 | 24 | 0 | 5 | 132 | 23 | 71 | 122 | 54 |
| Binary | 11001110 | 11000100 | 10100 | 0 | 101 | 1011010 | 10011 | 111001 | 1010010 | 101100 |
Color Harmonies of #CEC414
Complementary color
Monochromatic Colors of #CEC414
Black with #CEC414
Text Example
Text Example
White with #CEC414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC414; }
p { color: rgb(206,196,20); }
H1.HeaderClassName
{
color: #CEC414;
}
.AnyTagClassName
{
color: #CEC414;
}
</style>
background-color css
<style>
a { background-color: #CEC414; }
a { background-color: rgb(206,196,20); }
div.DivClassName
{
background-color: #CEC414;
}
.BgClassName
{
background-color: #CEC414;
}
</style>
border-color css
<style>
span { border-color: #CEC414; }
span { border-color: rgb(206,196,20); }
td.TdClassName
{
border-color: #CEC414;
}
.TagClassName
{
border-color: #CEC414;
}
</style>