Shades of Bird Flower #CED20F
Tints of Bird Flower #CED20F
RGB
CMYK
RGB Variations
Color information
#CED20F (or 0xCED20F) is known color: Bird Flower. HEX triplet: CE, D2 and 0F. RGB value is (206,210,15). Sum of RGB (Red+Green+Blue) = 206+210+15=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 210 (82.42% from 255 or 48.72% from 431); Blue value is 15 (6.25% from 255 or 3.48% from 431); Max value from RGB is 210 - color contains mainly: green. Hex color #CED20F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED20F is #312DF0. Grayscale: #BBBBBB. Windows color (decimal): -3223025 or 1037006. OLE color: 1037006.
HSL color Cylindrical-coordinate representation of color #CED20F: hue angle of 61.23º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CED20F is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 210 | 15 | - |
| CMYK | 0.02 | 0 | 0.93 | 0.18 |
| HSL | 61.23º | 0.87% | 0.44% | - |
| HSV(B) | 61.23º | 0.93% | 0.82% | - |
| XYZ | 48.59 | 59.25 | 9.33 | - |
| YUV | 186.57 | 31.17 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 15 | 0.02 | 0 | 0.93 | 0.18 | 61.23 | 0.87 | 0.44 |
| Hex | CE | D2 | F | 2 | 0 | 5D | 12 | 3D | 57 | 2C |
| Octal | 316 | 322 | 17 | 2 | 0 | 135 | 22 | 75 | 127 | 54 |
| Binary | 11001110 | 11010010 | 1111 | 10 | 0 | 1011101 | 10010 | 111101 | 1010111 | 101100 |
Color Harmonies of #CED20F
Complementary color
Monochromatic Colors of #CED20F
Black with #CED20F
Text Example
Text Example
White with #CED20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED20F; }
p { color: rgb(206,210,15); }
H1.HeaderClassName
{
color: #CED20F;
}
.AnyTagClassName
{
color: #CED20F;
}
</style>
background-color css
<style>
a { background-color: #CED20F; }
a { background-color: rgb(206,210,15); }
div.DivClassName
{
background-color: #CED20F;
}
.BgClassName
{
background-color: #CED20F;
}
</style>
border-color css
<style>
span { border-color: #CED20F; }
span { border-color: rgb(206,210,15); }
td.TdClassName
{
border-color: #CED20F;
}
.TagClassName
{
border-color: #CED20F;
}
</style>