Shades of Bird Flower #CED107
Tints of Bird Flower #CED107
RGB
CMYK
RGB Variations
Color information
#CED107 (or 0xCED107) is known color: Bird Flower. HEX triplet: CE, D1 and 07. RGB value is (206,209,7). Sum of RGB (Red+Green+Blue) = 206+209+7=422 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.82% from 422); Green value is 209 (82.03% from 255 or 49.53% from 422); Blue value is 7 (3.12% from 255 or 1.66% from 422); Max value from RGB is 209 - color contains mainly: green. Hex color #CED107 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED107 is #312EF8. Grayscale: #B9B9B9. Windows color (decimal): -3223289 or 512462. OLE color: 512462.
HSL color Cylindrical-coordinate representation of color #CED107: hue angle of 60.89º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CED107 is Cyan = 0.01, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 209 | 7 | - |
| CMYK | 0.01 | 0 | 0.97 | 0.18 |
| HSL | 60.89º | 0.94% | 0.42% | - |
| HSV(B) | 60.89º | 0.97% | 0.82% | - |
| XYZ | 48.29 | 58.74 | 8.99 | - |
| YUV | 185.08 | 27.51 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 7 | 0.01 | 0 | 0.97 | 0.18 | 60.89 | 0.94 | 0.42 |
| Hex | CE | D1 | 7 | 1 | 0 | 61 | 12 | 3D | 5E | 2A |
| Octal | 316 | 321 | 7 | 1 | 0 | 141 | 22 | 75 | 136 | 52 |
| Binary | 11001110 | 11010001 | 111 | 1 | 0 | 1100001 | 10010 | 111101 | 1011110 | 101010 |
Color Harmonies of #CED107
Complementary color
Monochromatic Colors of #CED107
Black with #CED107
Text Example
Text Example
White with #CED107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED107; }
p { color: rgb(206,209,7); }
H1.HeaderClassName
{
color: #CED107;
}
.AnyTagClassName
{
color: #CED107;
}
</style>
background-color css
<style>
a { background-color: #CED107; }
a { background-color: rgb(206,209,7); }
div.DivClassName
{
background-color: #CED107;
}
.BgClassName
{
background-color: #CED107;
}
</style>
border-color css
<style>
span { border-color: #CED107; }
span { border-color: rgb(206,209,7); }
td.TdClassName
{
border-color: #CED107;
}
.TagClassName
{
border-color: #CED107;
}
</style>