Shades of Bird Flower #CED10D
Tints of Bird Flower #CED10D
RGB
CMYK
RGB Variations
Color information
#CED10D (or 0xCED10D) is known color: Bird Flower. HEX triplet: CE, D1 and 0D. RGB value is (206,209,13). Sum of RGB (Red+Green+Blue) = 206+209+13=428 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.13% from 428); Green value is 209 (82.03% from 255 or 48.83% from 428); Blue value is 13 (5.47% from 255 or 3.04% from 428); Max value from RGB is 209 - color contains mainly: green. Hex color #CED10D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED10D is #312EF2. Grayscale: #BABABA. Windows color (decimal): -3223283 or 905678. OLE color: 905678.
HSL color Cylindrical-coordinate representation of color #CED10D: hue angle of 60.92º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CED10D is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 209 | 13 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.18 |
| HSL | 60.92º | 0.88% | 0.44% | - |
| HSV(B) | 60.92º | 0.94% | 0.82% | - |
| XYZ | 48.33 | 58.75 | 9.17 | - |
| YUV | 185.76 | 30.51 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 13 | 0.01 | 0 | 0.94 | 0.18 | 60.92 | 0.88 | 0.44 |
| Hex | CE | D1 | D | 1 | 0 | 5E | 12 | 3D | 58 | 2C |
| Octal | 316 | 321 | 15 | 1 | 0 | 136 | 22 | 75 | 130 | 54 |
| Binary | 11001110 | 11010001 | 1101 | 1 | 0 | 1011110 | 10010 | 111101 | 1011000 | 101100 |
Color Harmonies of #CED10D
Complementary color
Monochromatic Colors of #CED10D
Black with #CED10D
Text Example
Text Example
White with #CED10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED10D; }
p { color: rgb(206,209,13); }
H1.HeaderClassName
{
color: #CED10D;
}
.AnyTagClassName
{
color: #CED10D;
}
</style>
background-color css
<style>
a { background-color: #CED10D; }
a { background-color: rgb(206,209,13); }
div.DivClassName
{
background-color: #CED10D;
}
.BgClassName
{
background-color: #CED10D;
}
</style>
border-color css
<style>
span { border-color: #CED10D; }
span { border-color: rgb(206,209,13); }
td.TdClassName
{
border-color: #CED10D;
}
.TagClassName
{
border-color: #CED10D;
}
</style>