Shades of Bird Flower #CED110
Tints of Bird Flower #CED110
RGB
CMYK
RGB Variations
Color information
#CED110 (or 0xCED110) is known color: Bird Flower. HEX triplet: CE, D1 and 10. RGB value is (206,209,16). Sum of RGB (Red+Green+Blue) = 206+209+16=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 209 (82.03% from 255 or 48.49% from 431); Blue value is 16 (6.64% from 255 or 3.71% from 431); Max value from RGB is 209 - color contains mainly: green. Hex color #CED110 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED110 is #312EEF. Grayscale: #BABABA. Windows color (decimal): -3223280 or 1102286. OLE color: 1102286.
HSL color Cylindrical-coordinate representation of color #CED110: hue angle of 60.93º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CED110 is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 209 | 16 | - |
| CMYK | 0.01 | 0 | 0.92 | 0.18 |
| HSL | 60.93º | 0.86% | 0.44% | - |
| HSV(B) | 60.93º | 0.92% | 0.82% | - |
| XYZ | 48.35 | 58.76 | 9.28 | - |
| YUV | 186.1 | 32.01 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 16 | 0.01 | 0 | 0.92 | 0.18 | 60.93 | 0.86 | 0.44 |
| Hex | CE | D1 | 10 | 1 | 0 | 5C | 12 | 3D | 56 | 2C |
| Octal | 316 | 321 | 20 | 1 | 0 | 134 | 22 | 75 | 126 | 54 |
| Binary | 11001110 | 11010001 | 10000 | 1 | 0 | 1011100 | 10010 | 111101 | 1010110 | 101100 |
Color Harmonies of #CED110
Complementary color
Monochromatic Colors of #CED110
Black with #CED110
Text Example
Text Example
White with #CED110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED110; }
p { color: rgb(206,209,16); }
H1.HeaderClassName
{
color: #CED110;
}
.AnyTagClassName
{
color: #CED110;
}
</style>
background-color css
<style>
a { background-color: #CED110; }
a { background-color: rgb(206,209,16); }
div.DivClassName
{
background-color: #CED110;
}
.BgClassName
{
background-color: #CED110;
}
</style>
border-color css
<style>
span { border-color: #CED110; }
span { border-color: rgb(206,209,16); }
td.TdClassName
{
border-color: #CED110;
}
.TagClassName
{
border-color: #CED110;
}
</style>