Shades of Bird Flower #CED10F
Tints of Bird Flower #CED10F
RGB
CMYK
RGB Variations
Color information
#CED10F (or 0xCED10F) is known color: Bird Flower. HEX triplet: CE, D1 and 0F. RGB value is (206,209,15). Sum of RGB (Red+Green+Blue) = 206+209+15=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 209 (82.03% from 255 or 48.60% from 430); Blue value is 15 (6.25% from 255 or 3.49% from 430); Max value from RGB is 209 - color contains mainly: green. Hex color #CED10F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED10F is #312EF0. Grayscale: #BABABA. Windows color (decimal): -3223281 or 1036750. OLE color: 1036750.
HSL color Cylindrical-coordinate representation of color #CED10F: hue angle of 60.93º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CED10F is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 209 | 15 | - |
| CMYK | 0.01 | 0 | 0.93 | 0.18 |
| HSL | 60.93º | 0.87% | 0.44% | - |
| HSV(B) | 60.93º | 0.93% | 0.82% | - |
| XYZ | 48.34 | 58.76 | 9.25 | - |
| YUV | 185.99 | 31.51 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 15 | 0.01 | 0 | 0.93 | 0.18 | 60.93 | 0.87 | 0.44 |
| Hex | CE | D1 | F | 1 | 0 | 5D | 12 | 3D | 57 | 2C |
| Octal | 316 | 321 | 17 | 1 | 0 | 135 | 22 | 75 | 127 | 54 |
| Binary | 11001110 | 11010001 | 1111 | 1 | 0 | 1011101 | 10010 | 111101 | 1010111 | 101100 |
Color Harmonies of #CED10F
Complementary color
Monochromatic Colors of #CED10F
Black with #CED10F
Text Example
Text Example
White with #CED10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED10F; }
p { color: rgb(206,209,15); }
H1.HeaderClassName
{
color: #CED10F;
}
.AnyTagClassName
{
color: #CED10F;
}
</style>
background-color css
<style>
a { background-color: #CED10F; }
a { background-color: rgb(206,209,15); }
div.DivClassName
{
background-color: #CED10F;
}
.BgClassName
{
background-color: #CED10F;
}
</style>
border-color css
<style>
span { border-color: #CED10F; }
span { border-color: rgb(206,209,15); }
td.TdClassName
{
border-color: #CED10F;
}
.TagClassName
{
border-color: #CED10F;
}
</style>