Shades of Bird Flower #CED20B
Tints of Bird Flower #CED20B
RGB
CMYK
RGB Variations
Color information
#CED20B (or 0xCED20B) is known color: Bird Flower. HEX triplet: CE, D2 and 0B. RGB value is (206,210,11). Sum of RGB (Red+Green+Blue) = 206+210+11=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 210 (82.42% from 255 or 49.18% from 427); Blue value is 11 (4.69% from 255 or 2.58% from 427); Max value from RGB is 210 - color contains mainly: green. Hex color #CED20B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED20B is #312DF4. Grayscale: #BABABA. Windows color (decimal): -3223029 or 774862. OLE color: 774862.
HSL color Cylindrical-coordinate representation of color #CED20B: hue angle of 61.21º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CED20B is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 210 | 11 | - |
| CMYK | 0.02 | 0 | 0.95 | 0.18 |
| HSL | 61.21º | 0.9% | 0.43% | - |
| HSV(B) | 61.21º | 0.95% | 0.82% | - |
| XYZ | 48.56 | 59.24 | 9.19 | - |
| YUV | 186.12 | 29.17 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 11 | 0.02 | 0 | 0.95 | 0.18 | 61.21 | 0.9 | 0.43 |
| Hex | CE | D2 | B | 2 | 0 | 5F | 12 | 3D | 5A | 2B |
| Octal | 316 | 322 | 13 | 2 | 0 | 137 | 22 | 75 | 132 | 53 |
| Binary | 11001110 | 11010010 | 1011 | 10 | 0 | 1011111 | 10010 | 111101 | 1011010 | 101011 |
Color Harmonies of #CED20B
Complementary color
Monochromatic Colors of #CED20B
Black with #CED20B
Text Example
Text Example
White with #CED20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED20B; }
p { color: rgb(206,210,11); }
H1.HeaderClassName
{
color: #CED20B;
}
.AnyTagClassName
{
color: #CED20B;
}
</style>
background-color css
<style>
a { background-color: #CED20B; }
a { background-color: rgb(206,210,11); }
div.DivClassName
{
background-color: #CED20B;
}
.BgClassName
{
background-color: #CED20B;
}
</style>
border-color css
<style>
span { border-color: #CED20B; }
span { border-color: rgb(206,210,11); }
td.TdClassName
{
border-color: #CED20B;
}
.TagClassName
{
border-color: #CED20B;
}
</style>