Shades of Bird Flower #CED203
Tints of Bird Flower #CED203
RGB
CMYK
RGB Variations
Color information
#CED203 (or 0xCED203) is known color: Bird Flower. HEX triplet: CE, D2 and 03. RGB value is (206,210,3). Sum of RGB (Red+Green+Blue) = 206+210+3=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 210 (82.42% from 255 or 50.12% from 419); Blue value is 3 (1.56% from 255 or 0.72% from 419); Max value from RGB is 210 - color contains mainly: green. Hex color #CED203 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED203 is #312DFC. Grayscale: #BABABA. Windows color (decimal): -3223037 or 250574. OLE color: 250574.
HSL color Cylindrical-coordinate representation of color #CED203: hue angle of 61.16º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CED203 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 210 | 3 | - |
| CMYK | 0.02 | 0 | 0.99 | 0.18 |
| HSL | 61.16º | 0.97% | 0.42% | - |
| HSV(B) | 61.16º | 0.99% | 0.82% | - |
| XYZ | 48.52 | 59.22 | 8.96 | - |
| YUV | 185.21 | 25.17 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 3 | 0.02 | 0 | 0.99 | 0.18 | 61.16 | 0.97 | 0.42 |
| Hex | CE | D2 | 3 | 2 | 0 | 63 | 12 | 3D | 61 | 2A |
| Octal | 316 | 322 | 3 | 2 | 0 | 143 | 22 | 75 | 141 | 52 |
| Binary | 11001110 | 11010010 | 11 | 10 | 0 | 1100011 | 10010 | 111101 | 1100001 | 101010 |
Color Harmonies of #CED203
Complementary color
Monochromatic Colors of #CED203
Black with #CED203
Text Example
Text Example
White with #CED203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED203; }
p { color: rgb(206,210,3); }
H1.HeaderClassName
{
color: #CED203;
}
.AnyTagClassName
{
color: #CED203;
}
</style>
background-color css
<style>
a { background-color: #CED203; }
a { background-color: rgb(206,210,3); }
div.DivClassName
{
background-color: #CED203;
}
.BgClassName
{
background-color: #CED203;
}
</style>
border-color css
<style>
span { border-color: #CED203; }
span { border-color: rgb(206,210,3); }
td.TdClassName
{
border-color: #CED203;
}
.TagClassName
{
border-color: #CED203;
}
</style>