Shades of Bird Flower #CEC314
Tints of Bird Flower #CEC314
RGB
CMYK
RGB Variations
Color information
#CEC314 (or 0xCEC314) is known color: Bird Flower. HEX triplet: CE, C3 and 14. RGB value is (206,195,20). Sum of RGB (Red+Green+Blue) = 206+195+20=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 195 (76.56% from 255 or 46.32% from 421); Blue value is 20 (8.20% from 255 or 4.75% from 421); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC314 is #313CEB. Grayscale: #B3B3B3. Windows color (decimal): -3226860 or 1360846. OLE color: 1360846.
HSL color Cylindrical-coordinate representation of color #CEC314: hue angle of 56.45º 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 #CEC314 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 195 | 20 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.19 |
| HSL | 56.45º | 0.82% | 0.44% | - |
| HSV(B) | 56.45º | 0.9% | 0.81% | - |
| XYZ | 45.09 | 52.2 | 8.36 | - |
| YUV | 178.34 | 38.64 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 195 | 20 | 0 | 0.05 | 0.90 | 0.19 | 56.45 | 0.82 | 0.44 |
| Hex | CE | C3 | 14 | 0 | 5 | 5A | 13 | 38 | 52 | 2C |
| Octal | 316 | 303 | 24 | 0 | 5 | 132 | 23 | 70 | 122 | 54 |
| Binary | 11001110 | 11000011 | 10100 | 0 | 101 | 1011010 | 10011 | 111000 | 1010010 | 101100 |
Color Harmonies of #CEC314
Complementary color
Monochromatic Colors of #CEC314
Black with #CEC314
Text Example
Text Example
White with #CEC314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC314; }
p { color: rgb(206,195,20); }
H1.HeaderClassName
{
color: #CEC314;
}
.AnyTagClassName
{
color: #CEC314;
}
</style>
background-color css
<style>
a { background-color: #CEC314; }
a { background-color: rgb(206,195,20); }
div.DivClassName
{
background-color: #CEC314;
}
.BgClassName
{
background-color: #CEC314;
}
</style>
border-color css
<style>
span { border-color: #CEC314; }
span { border-color: rgb(206,195,20); }
td.TdClassName
{
border-color: #CEC314;
}
.TagClassName
{
border-color: #CEC314;
}
</style>