Shades of Bird Flower #CED211
Tints of Bird Flower #CED211
RGB
CMYK
RGB Variations
Color information
#CED211 (or 0xCED211) is known color: Bird Flower. HEX triplet: CE, D2 and 11. RGB value is (206,210,17). Sum of RGB (Red+Green+Blue) = 206+210+17=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 210 (82.42% from 255 or 48.50% from 433); Blue value is 17 (7.03% from 255 or 3.93% from 433); Max value from RGB is 210 - color contains mainly: green. Hex color #CED211 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED211 is #312DEE. Grayscale: #BBBBBB. Windows color (decimal): -3223023 or 1168078. OLE color: 1168078.
HSL color Cylindrical-coordinate representation of color #CED211: hue angle of 61.24º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CED211 is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 210 | 17 | - |
| CMYK | 0.02 | 0 | 0.92 | 0.18 |
| HSL | 61.24º | 0.85% | 0.45% | - |
| HSV(B) | 61.24º | 0.92% | 0.82% | - |
| XYZ | 48.6 | 59.26 | 9.41 | - |
| YUV | 186.8 | 32.17 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 17 | 0.02 | 0 | 0.92 | 0.18 | 61.24 | 0.85 | 0.45 |
| Hex | CE | D2 | 11 | 2 | 0 | 5C | 12 | 3D | 55 | 2D |
| Octal | 316 | 322 | 21 | 2 | 0 | 134 | 22 | 75 | 125 | 55 |
| Binary | 11001110 | 11010010 | 10001 | 10 | 0 | 1011100 | 10010 | 111101 | 1010101 | 101101 |
Color Harmonies of #CED211
Complementary color
Monochromatic Colors of #CED211
Black with #CED211
Text Example
Text Example
White with #CED211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED211; }
p { color: rgb(206,210,17); }
H1.HeaderClassName
{
color: #CED211;
}
.AnyTagClassName
{
color: #CED211;
}
</style>
background-color css
<style>
a { background-color: #CED211; }
a { background-color: rgb(206,210,17); }
div.DivClassName
{
background-color: #CED211;
}
.BgClassName
{
background-color: #CED211;
}
</style>
border-color css
<style>
span { border-color: #CED211; }
span { border-color: rgb(206,210,17); }
td.TdClassName
{
border-color: #CED211;
}
.TagClassName
{
border-color: #CED211;
}
</style>