Shades of Bird Flower #CED012
Tints of Bird Flower #CED012
RGB
CMYK
RGB Variations
Color information
#CED012 (or 0xCED012) is known color: Bird Flower. HEX triplet: CE, D0 and 12. RGB value is (206,208,18). Sum of RGB (Red+Green+Blue) = 206+208+18=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 208 (81.64% from 255 or 48.15% from 432); Blue value is 18 (7.42% from 255 or 4.17% from 432); Max value from RGB is 208 - color contains mainly: green. Hex color #CED012 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED012 is #312FED. Grayscale: #BABABA. Windows color (decimal): -3223534 or 1233102. OLE color: 1233102.
HSL color Cylindrical-coordinate representation of color #CED012: hue angle of 60.63º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CED012 is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 18 | - |
| CMYK | 0.01 | 0 | 0.91 | 0.18 |
| HSL | 60.63º | 0.84% | 0.44% | - |
| HSV(B) | 60.63º | 0.91% | 0.82% | - |
| XYZ | 48.12 | 58.28 | 9.28 | - |
| YUV | 185.74 | 33.34 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 18 | 0.01 | 0 | 0.91 | 0.18 | 60.63 | 0.84 | 0.44 |
| Hex | CE | D0 | 12 | 1 | 0 | 5B | 12 | 3D | 54 | 2C |
| Octal | 316 | 320 | 22 | 1 | 0 | 133 | 22 | 75 | 124 | 54 |
| Binary | 11001110 | 11010000 | 10010 | 1 | 0 | 1011011 | 10010 | 111101 | 1010100 | 101100 |
Color Harmonies of #CED012
Complementary color
Monochromatic Colors of #CED012
Black with #CED012
Text Example
Text Example
White with #CED012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED012; }
p { color: rgb(206,208,18); }
H1.HeaderClassName
{
color: #CED012;
}
.AnyTagClassName
{
color: #CED012;
}
</style>
background-color css
<style>
a { background-color: #CED012; }
a { background-color: rgb(206,208,18); }
div.DivClassName
{
background-color: #CED012;
}
.BgClassName
{
background-color: #CED012;
}
</style>
border-color css
<style>
span { border-color: #CED012; }
span { border-color: rgb(206,208,18); }
td.TdClassName
{
border-color: #CED012;
}
.TagClassName
{
border-color: #CED012;
}
</style>