Shades of Bird Flower #CED006
Tints of Bird Flower #CED006
RGB
CMYK
RGB Variations
Color information
#CED006 (or 0xCED006) is known color: Bird Flower. HEX triplet: CE, D0 and 06. RGB value is (206,208,6). Sum of RGB (Red+Green+Blue) = 206+208+6=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 208 (81.64% from 255 or 49.52% from 420); Blue value is 6 (2.73% from 255 or 1.43% from 420); Max value from RGB is 208 - color contains mainly: green. Hex color #CED006 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED006 is #312FF9. Grayscale: #B9B9B9. Windows color (decimal): -3223546 or 446670. OLE color: 446670.
HSL color Cylindrical-coordinate representation of color #CED006: hue angle of 60.59º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CED006 is Cyan = 0.01, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 6 | - |
| CMYK | 0.01 | 0 | 0.97 | 0.18 |
| HSL | 60.59º | 0.94% | 0.42% | - |
| HSV(B) | 60.59º | 0.97% | 0.82% | - |
| XYZ | 48.04 | 58.25 | 8.88 | - |
| YUV | 184.37 | 27.34 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 6 | 0.01 | 0 | 0.97 | 0.18 | 60.59 | 0.94 | 0.42 |
| Hex | CE | D0 | 6 | 1 | 0 | 61 | 12 | 3D | 5E | 2A |
| Octal | 316 | 320 | 6 | 1 | 0 | 141 | 22 | 75 | 136 | 52 |
| Binary | 11001110 | 11010000 | 110 | 1 | 0 | 1100001 | 10010 | 111101 | 1011110 | 101010 |
Color Harmonies of #CED006
Complementary color
Monochromatic Colors of #CED006
Black with #CED006
Text Example
Text Example
White with #CED006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED006; }
p { color: rgb(206,208,6); }
H1.HeaderClassName
{
color: #CED006;
}
.AnyTagClassName
{
color: #CED006;
}
</style>
background-color css
<style>
a { background-color: #CED006; }
a { background-color: rgb(206,208,6); }
div.DivClassName
{
background-color: #CED006;
}
.BgClassName
{
background-color: #CED006;
}
</style>
border-color css
<style>
span { border-color: #CED006; }
span { border-color: rgb(206,208,6); }
td.TdClassName
{
border-color: #CED006;
}
.TagClassName
{
border-color: #CED006;
}
</style>