Shades of Bird Flower #CEC210
Tints of Bird Flower #CEC210
RGB
CMYK
RGB Variations
Color information
#CEC210 (or 0xCEC210) is known color: Bird Flower. HEX triplet: CE, C2 and 10. RGB value is (206,194,16). Sum of RGB (Red+Green+Blue) = 206+194+16=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 194 (76.17% from 255 or 46.63% from 416); Blue value is 16 (6.64% from 255 or 3.85% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC210 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC210 is #313DEF. Grayscale: #B2B2B2. Windows color (decimal): -3227120 or 1098446. OLE color: 1098446.
HSL color Cylindrical-coordinate representation of color #CEC210: hue angle of 56.21º 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 #CEC210 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 16 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.19 |
| HSL | 56.21º | 0.86% | 0.44% | - |
| HSV(B) | 56.21º | 0.92% | 0.81% | - |
| XYZ | 44.84 | 51.74 | 8.11 | - |
| YUV | 177.3 | 36.98 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 16 | 0 | 0.06 | 0.92 | 0.19 | 56.21 | 0.86 | 0.44 |
| Hex | CE | C2 | 10 | 0 | 6 | 5C | 13 | 38 | 56 | 2C |
| Octal | 316 | 302 | 20 | 0 | 6 | 134 | 23 | 70 | 126 | 54 |
| Binary | 11001110 | 11000010 | 10000 | 0 | 110 | 1011100 | 10011 | 111000 | 1010110 | 101100 |
Color Harmonies of #CEC210
Complementary color
Monochromatic Colors of #CEC210
Black with #CEC210
Text Example
Text Example
White with #CEC210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC210; }
p { color: rgb(206,194,16); }
H1.HeaderClassName
{
color: #CEC210;
}
.AnyTagClassName
{
color: #CEC210;
}
</style>
background-color css
<style>
a { background-color: #CEC210; }
a { background-color: rgb(206,194,16); }
div.DivClassName
{
background-color: #CEC210;
}
.BgClassName
{
background-color: #CEC210;
}
</style>
border-color css
<style>
span { border-color: #CEC210; }
span { border-color: rgb(206,194,16); }
td.TdClassName
{
border-color: #CEC210;
}
.TagClassName
{
border-color: #CEC210;
}
</style>