Shades of Bird Flower #CEC514
Tints of Bird Flower #CEC514
RGB
CMYK
RGB Variations
Color information
#CEC514 (or 0xCEC514) is known color: Bird Flower. HEX triplet: CE, C5 and 14. RGB value is (206,197,20). Sum of RGB (Red+Green+Blue) = 206+197+20=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 197 (77.34% from 255 or 46.57% from 423); Blue value is 20 (8.20% from 255 or 4.73% from 423); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC514 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC514 is #313AEB. Grayscale: #B4B4B4. Windows color (decimal): -3226348 or 1361358. OLE color: 1361358.
HSL color Cylindrical-coordinate representation of color #CEC514: hue angle of 57.1º 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 #CEC514 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 20 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.19 |
| HSL | 57.1º | 0.82% | 0.44% | - |
| HSV(B) | 57.1º | 0.9% | 0.81% | - |
| XYZ | 45.55 | 53.1 | 8.51 | - |
| YUV | 179.51 | 37.98 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 20 | 0 | 0.04 | 0.90 | 0.19 | 57.1 | 0.82 | 0.44 |
| Hex | CE | C5 | 14 | 0 | 4 | 5A | 13 | 39 | 52 | 2C |
| Octal | 316 | 305 | 24 | 0 | 4 | 132 | 23 | 71 | 122 | 54 |
| Binary | 11001110 | 11000101 | 10100 | 0 | 100 | 1011010 | 10011 | 111001 | 1010010 | 101100 |
Color Harmonies of #CEC514
Complementary color
Monochromatic Colors of #CEC514
Black with #CEC514
Text Example
Text Example
White with #CEC514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC514; }
p { color: rgb(206,197,20); }
H1.HeaderClassName
{
color: #CEC514;
}
.AnyTagClassName
{
color: #CEC514;
}
</style>
background-color css
<style>
a { background-color: #CEC514; }
a { background-color: rgb(206,197,20); }
div.DivClassName
{
background-color: #CEC514;
}
.BgClassName
{
background-color: #CEC514;
}
</style>
border-color css
<style>
span { border-color: #CEC514; }
span { border-color: rgb(206,197,20); }
td.TdClassName
{
border-color: #CEC514;
}
.TagClassName
{
border-color: #CEC514;
}
</style>