Shades of Bird Flower #CED008
Tints of Bird Flower #CED008
RGB
CMYK
RGB Variations
Color information
#CED008 (or 0xCED008) is known color: Bird Flower. HEX triplet: CE, D0 and 08. RGB value is (206,208,8). Sum of RGB (Red+Green+Blue) = 206+208+8=422 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.82% from 422); Green value is 208 (81.64% from 255 or 49.29% from 422); Blue value is 8 (3.52% from 255 or 1.90% from 422); Max value from RGB is 208 - color contains mainly: green. Hex color #CED008 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED008 is #312FF7. Grayscale: #B9B9B9. Windows color (decimal): -3223544 or 577742. OLE color: 577742.
HSL color Cylindrical-coordinate representation of color #CED008: hue angle of 60.6º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CED008 is Cyan = 0.01, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 8 | - |
| CMYK | 0.01 | 0 | 0.96 | 0.18 |
| HSL | 60.6º | 0.93% | 0.42% | - |
| HSV(B) | 60.6º | 0.96% | 0.82% | - |
| XYZ | 48.05 | 58.25 | 8.94 | - |
| YUV | 184.6 | 28.34 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 8 | 0.01 | 0 | 0.96 | 0.18 | 60.6 | 0.93 | 0.42 |
| Hex | CE | D0 | 8 | 1 | 0 | 60 | 12 | 3D | 5D | 2A |
| Octal | 316 | 320 | 10 | 1 | 0 | 140 | 22 | 75 | 135 | 52 |
| Binary | 11001110 | 11010000 | 1000 | 1 | 0 | 1100000 | 10010 | 111101 | 1011101 | 101010 |
Color Harmonies of #CED008
Complementary color
Monochromatic Colors of #CED008
Black with #CED008
Text Example
Text Example
White with #CED008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED008; }
p { color: rgb(206,208,8); }
H1.HeaderClassName
{
color: #CED008;
}
.AnyTagClassName
{
color: #CED008;
}
</style>
background-color css
<style>
a { background-color: #CED008; }
a { background-color: rgb(206,208,8); }
div.DivClassName
{
background-color: #CED008;
}
.BgClassName
{
background-color: #CED008;
}
</style>
border-color css
<style>
span { border-color: #CED008; }
span { border-color: rgb(206,208,8); }
td.TdClassName
{
border-color: #CED008;
}
.TagClassName
{
border-color: #CED008;
}
</style>