Shades of Bird Flower #CED20C
Tints of Bird Flower #CED20C
RGB
CMYK
RGB Variations
Color information
#CED20C (or 0xCED20C) is known color: Bird Flower. HEX triplet: CE, D2 and 0C. RGB value is (206,210,12). Sum of RGB (Red+Green+Blue) = 206+210+12=428 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.13% from 428); Green value is 210 (82.42% from 255 or 49.07% from 428); Blue value is 12 (5.08% from 255 or 2.80% from 428); Max value from RGB is 210 - color contains mainly: green. Hex color #CED20C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED20C is #312DF3. Grayscale: #BBBBBB. Windows color (decimal): -3223028 or 840398. OLE color: 840398.
HSL color Cylindrical-coordinate representation of color #CED20C: hue angle of 61.21º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CED20C is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 210 | 12 | - |
| CMYK | 0.02 | 0 | 0.94 | 0.18 |
| HSL | 61.21º | 0.89% | 0.44% | - |
| HSV(B) | 61.21º | 0.94% | 0.82% | - |
| XYZ | 48.57 | 59.24 | 9.22 | - |
| YUV | 186.23 | 29.67 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 12 | 0.02 | 0 | 0.94 | 0.18 | 61.21 | 0.89 | 0.44 |
| Hex | CE | D2 | C | 2 | 0 | 5E | 12 | 3D | 59 | 2C |
| Octal | 316 | 322 | 14 | 2 | 0 | 136 | 22 | 75 | 131 | 54 |
| Binary | 11001110 | 11010010 | 1100 | 10 | 0 | 1011110 | 10010 | 111101 | 1011001 | 101100 |
Color Harmonies of #CED20C
Complementary color
Monochromatic Colors of #CED20C
Black with #CED20C
Text Example
Text Example
White with #CED20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED20C; }
p { color: rgb(206,210,12); }
H1.HeaderClassName
{
color: #CED20C;
}
.AnyTagClassName
{
color: #CED20C;
}
</style>
background-color css
<style>
a { background-color: #CED20C; }
a { background-color: rgb(206,210,12); }
div.DivClassName
{
background-color: #CED20C;
}
.BgClassName
{
background-color: #CED20C;
}
</style>
border-color css
<style>
span { border-color: #CED20C; }
span { border-color: rgb(206,210,12); }
td.TdClassName
{
border-color: #CED20C;
}
.TagClassName
{
border-color: #CED20C;
}
</style>