Shades of Bird Flower #CED00C
Tints of Bird Flower #CED00C
RGB
CMYK
RGB Variations
Color information
#CED00C (or 0xCED00C) is known color: Bird Flower. HEX triplet: CE, D0 and 0C. RGB value is (206,208,12). Sum of RGB (Red+Green+Blue) = 206+208+12=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 208 (81.64% from 255 or 48.83% from 426); Blue value is 12 (5.08% from 255 or 2.82% from 426); Max value from RGB is 208 - color contains mainly: green. Hex color #CED00C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED00C is #312FF3. Grayscale: #B9B9B9. Windows color (decimal): -3223540 or 839886. OLE color: 839886.
HSL color Cylindrical-coordinate representation of color #CED00C: hue angle of 60.61º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CED00C is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 12 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.18 |
| HSL | 60.61º | 0.89% | 0.43% | - |
| HSV(B) | 60.61º | 0.94% | 0.82% | - |
| XYZ | 48.08 | 58.26 | 9.06 | - |
| YUV | 185.06 | 30.34 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 12 | 0.01 | 0 | 0.94 | 0.18 | 60.61 | 0.89 | 0.43 |
| Hex | CE | D0 | C | 1 | 0 | 5E | 12 | 3D | 59 | 2B |
| Octal | 316 | 320 | 14 | 1 | 0 | 136 | 22 | 75 | 131 | 53 |
| Binary | 11001110 | 11010000 | 1100 | 1 | 0 | 1011110 | 10010 | 111101 | 1011001 | 101011 |
Color Harmonies of #CED00C
Complementary color
Monochromatic Colors of #CED00C
Black with #CED00C
Text Example
Text Example
White with #CED00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED00C; }
p { color: rgb(206,208,12); }
H1.HeaderClassName
{
color: #CED00C;
}
.AnyTagClassName
{
color: #CED00C;
}
</style>
background-color css
<style>
a { background-color: #CED00C; }
a { background-color: rgb(206,208,12); }
div.DivClassName
{
background-color: #CED00C;
}
.BgClassName
{
background-color: #CED00C;
}
</style>
border-color css
<style>
span { border-color: #CED00C; }
span { border-color: rgb(206,208,12); }
td.TdClassName
{
border-color: #CED00C;
}
.TagClassName
{
border-color: #CED00C;
}
</style>