Shades of Bird Flower #CED50D
Tints of Bird Flower #CED50D
RGB
CMYK
RGB Variations
Color information
#CED50D (or 0xCED50D) is known color: Bird Flower. HEX triplet: CE, D5 and 0D. RGB value is (206,213,13). Sum of RGB (Red+Green+Blue) = 206+213+13=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 213 (83.59% from 255 or 49.31% from 432); Blue value is 13 (5.47% from 255 or 3.01% from 432); Max value from RGB is 213 - color contains mainly: green. Hex color #CED50D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED50D is #312AF2. Grayscale: #BCBCBC. Windows color (decimal): -3222259 or 906702. OLE color: 906702.
HSL color Cylindrical-coordinate representation of color #CED50D: hue angle of 62.1º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CED50D is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 213 | 13 | - |
| CMYK | 0.03 | 0 | 0.94 | 0.16 |
| HSL | 62.1º | 0.88% | 0.44% | - |
| HSV(B) | 62.1º | 0.94% | 0.84% | - |
| XYZ | 49.32 | 60.74 | 9.51 | - |
| YUV | 188.11 | 29.18 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 213 | 13 | 0.03 | 0 | 0.94 | 0.16 | 62.1 | 0.88 | 0.44 |
| Hex | CE | D5 | D | 3 | 0 | 5E | 10 | 3E | 58 | 2C |
| Octal | 316 | 325 | 15 | 3 | 0 | 136 | 20 | 76 | 130 | 54 |
| Binary | 11001110 | 11010101 | 1101 | 11 | 0 | 1011110 | 10000 | 111110 | 1011000 | 101100 |
Color Harmonies of #CED50D
Complementary color
Monochromatic Colors of #CED50D
Black with #CED50D
Text Example
Text Example
White with #CED50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED50D; }
p { color: rgb(206,213,13); }
H1.HeaderClassName
{
color: #CED50D;
}
.AnyTagClassName
{
color: #CED50D;
}
</style>
background-color css
<style>
a { background-color: #CED50D; }
a { background-color: rgb(206,213,13); }
div.DivClassName
{
background-color: #CED50D;
}
.BgClassName
{
background-color: #CED50D;
}
</style>
border-color css
<style>
span { border-color: #CED50D; }
span { border-color: rgb(206,213,13); }
td.TdClassName
{
border-color: #CED50D;
}
.TagClassName
{
border-color: #CED50D;
}
</style>