Shades of Bird Flower #CED208
Tints of Bird Flower #CED208
RGB
CMYK
RGB Variations
Color information
#CED208 (or 0xCED208) is known color: Bird Flower. HEX triplet: CE, D2 and 08. RGB value is (206,210,8). Sum of RGB (Red+Green+Blue) = 206+210+8=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 210 (82.42% from 255 or 49.53% from 424); Blue value is 8 (3.52% from 255 or 1.89% from 424); Max value from RGB is 210 - color contains mainly: green. Hex color #CED208 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED208 is #312DF7. Grayscale: #BABABA. Windows color (decimal): -3223032 or 578254. OLE color: 578254.
HSL color Cylindrical-coordinate representation of color #CED208: hue angle of 61.19º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CED208 is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 210 | 8 | - |
| CMYK | 0.02 | 0 | 0.96 | 0.18 |
| HSL | 61.19º | 0.93% | 0.43% | - |
| HSV(B) | 61.19º | 0.96% | 0.82% | - |
| XYZ | 48.54 | 59.23 | 9.1 | - |
| YUV | 185.78 | 27.67 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 8 | 0.02 | 0 | 0.96 | 0.18 | 61.19 | 0.93 | 0.43 |
| Hex | CE | D2 | 8 | 2 | 0 | 60 | 12 | 3D | 5D | 2B |
| Octal | 316 | 322 | 10 | 2 | 0 | 140 | 22 | 75 | 135 | 53 |
| Binary | 11001110 | 11010010 | 1000 | 10 | 0 | 1100000 | 10010 | 111101 | 1011101 | 101011 |
Color Harmonies of #CED208
Complementary color
Monochromatic Colors of #CED208
Black with #CED208
Text Example
Text Example
White with #CED208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED208; }
p { color: rgb(206,210,8); }
H1.HeaderClassName
{
color: #CED208;
}
.AnyTagClassName
{
color: #CED208;
}
</style>
background-color css
<style>
a { background-color: #CED208; }
a { background-color: rgb(206,210,8); }
div.DivClassName
{
background-color: #CED208;
}
.BgClassName
{
background-color: #CED208;
}
</style>
border-color css
<style>
span { border-color: #CED208; }
span { border-color: rgb(206,210,8); }
td.TdClassName
{
border-color: #CED208;
}
.TagClassName
{
border-color: #CED208;
}
</style>