Shades of Bird Flower #CEC010
Tints of Bird Flower #CEC010
RGB
CMYK
RGB Variations
Color information
#CEC010 (or 0xCEC010) is known color: Bird Flower. HEX triplet: CE, C0 and 10. RGB value is (206,192,16). Sum of RGB (Red+Green+Blue) = 206+192+16=414 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.76% from 414); Green value is 192 (75.39% from 255 or 46.38% from 414); Blue value is 16 (6.64% from 255 or 3.86% from 414); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC010 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC010 is #313FEF. Grayscale: #B0B0B0. Windows color (decimal): -3227632 or 1097934. OLE color: 1097934.
HSL color Cylindrical-coordinate representation of color #CEC010: hue angle of 55.58º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CEC010 is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 16 | - |
| CMYK | 0 | 0.07 | 0.92 | 0.19 |
| HSL | 55.58º | 0.86% | 0.44% | - |
| HSV(B) | 55.58º | 0.92% | 0.81% | - |
| XYZ | 44.4 | 50.86 | 7.97 | - |
| YUV | 176.12 | 37.64 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 16 | 0 | 0.07 | 0.92 | 0.19 | 55.58 | 0.86 | 0.44 |
| Hex | CE | C0 | 10 | 0 | 7 | 5C | 13 | 38 | 56 | 2C |
| Octal | 316 | 300 | 20 | 0 | 7 | 134 | 23 | 70 | 126 | 54 |
| Binary | 11001110 | 11000000 | 10000 | 0 | 111 | 1011100 | 10011 | 111000 | 1010110 | 101100 |
Color Harmonies of #CEC010
Complementary color
Monochromatic Colors of #CEC010
Black with #CEC010
Text Example
Text Example
White with #CEC010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC010; }
p { color: rgb(206,192,16); }
H1.HeaderClassName
{
color: #CEC010;
}
.AnyTagClassName
{
color: #CEC010;
}
</style>
background-color css
<style>
a { background-color: #CEC010; }
a { background-color: rgb(206,192,16); }
div.DivClassName
{
background-color: #CEC010;
}
.BgClassName
{
background-color: #CEC010;
}
</style>
border-color css
<style>
span { border-color: #CEC010; }
span { border-color: rgb(206,192,16); }
td.TdClassName
{
border-color: #CEC010;
}
.TagClassName
{
border-color: #CEC010;
}
</style>