Shades of Bird Flower #CED10B
Tints of Bird Flower #CED10B
RGB
CMYK
RGB Variations
Color information
#CED10B (or 0xCED10B) is known color: Bird Flower. HEX triplet: CE, D1 and 0B. RGB value is (206,209,11). Sum of RGB (Red+Green+Blue) = 206+209+11=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 209 (82.03% from 255 or 49.06% from 426); Blue value is 11 (4.69% from 255 or 2.58% from 426); Max value from RGB is 209 - color contains mainly: green. Hex color #CED10B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED10B is #312EF4. Grayscale: #BABABA. Windows color (decimal): -3223285 or 774606. OLE color: 774606.
HSL color Cylindrical-coordinate representation of color #CED10B: hue angle of 60.91º 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 #CED10B is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 209 | 11 | - |
| CMYK | 0.01 | 0 | 0.95 | 0.18 |
| HSL | 60.91º | 0.9% | 0.43% | - |
| HSV(B) | 60.91º | 0.95% | 0.82% | - |
| XYZ | 48.31 | 58.75 | 9.11 | - |
| YUV | 185.53 | 29.51 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 11 | 0.01 | 0 | 0.95 | 0.18 | 60.91 | 0.9 | 0.43 |
| Hex | CE | D1 | B | 1 | 0 | 5F | 12 | 3D | 5A | 2B |
| Octal | 316 | 321 | 13 | 1 | 0 | 137 | 22 | 75 | 132 | 53 |
| Binary | 11001110 | 11010001 | 1011 | 1 | 0 | 1011111 | 10010 | 111101 | 1011010 | 101011 |
Color Harmonies of #CED10B
Complementary color
Monochromatic Colors of #CED10B
Black with #CED10B
Text Example
Text Example
White with #CED10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED10B; }
p { color: rgb(206,209,11); }
H1.HeaderClassName
{
color: #CED10B;
}
.AnyTagClassName
{
color: #CED10B;
}
</style>
background-color css
<style>
a { background-color: #CED10B; }
a { background-color: rgb(206,209,11); }
div.DivClassName
{
background-color: #CED10B;
}
.BgClassName
{
background-color: #CED10B;
}
</style>
border-color css
<style>
span { border-color: #CED10B; }
span { border-color: rgb(206,209,11); }
td.TdClassName
{
border-color: #CED10B;
}
.TagClassName
{
border-color: #CED10B;
}
</style>