Shades of Bird Flower #CED401
Tints of Bird Flower #CED401
RGB
CMYK
RGB Variations
Color information
#CED401 (or 0xCED401) is known color: Bird Flower. HEX triplet: CE, D4 and 01. RGB value is (206,212,1). Sum of RGB (Red+Green+Blue) = 206+212+1=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 212 (83.20% from 255 or 50.60% from 419); Blue value is 1 (0.78% from 255 or 0.24% from 419); Max value from RGB is 212 - color contains mainly: green. Hex color #CED401 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED401 is #312BFE. Grayscale: #BABABA. Windows color (decimal): -3222527 or 120014. OLE color: 120014.
HSL color Cylindrical-coordinate representation of color #CED401: hue angle of 61.71º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CED401 is Cyan = 0.03, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 212 | 1 | - |
| CMYK | 0.03 | 0 | 1.00 | 0.17 |
| HSL | 61.71º | 0.99% | 0.42% | - |
| HSV(B) | 61.71º | 1% | 0.83% | - |
| XYZ | 49 | 60.21 | 9.07 | - |
| YUV | 186.15 | 23.51 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 212 | 1 | 0.03 | 0 | 1.00 | 0.17 | 61.71 | 0.99 | 0.42 |
| Hex | CE | D4 | 1 | 3 | 0 | 64 | 11 | 3E | 63 | 2A |
| Octal | 316 | 324 | 1 | 3 | 0 | 144 | 21 | 76 | 143 | 52 |
| Binary | 11001110 | 11010100 | 1 | 11 | 0 | 1100100 | 10001 | 111110 | 1100011 | 101010 |
Color Harmonies of #CED401
Complementary color
Monochromatic Colors of #CED401
Black with #CED401
Text Example
Text Example
White with #CED401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED401; }
p { color: rgb(206,212,1); }
H1.HeaderClassName
{
color: #CED401;
}
.AnyTagClassName
{
color: #CED401;
}
</style>
background-color css
<style>
a { background-color: #CED401; }
a { background-color: rgb(206,212,1); }
div.DivClassName
{
background-color: #CED401;
}
.BgClassName
{
background-color: #CED401;
}
</style>
border-color css
<style>
span { border-color: #CED401; }
span { border-color: rgb(206,212,1); }
td.TdClassName
{
border-color: #CED401;
}
.TagClassName
{
border-color: #CED401;
}
</style>