Shades of Bird Flower #CED301
Tints of Bird Flower #CED301
RGB
CMYK
RGB Variations
Color information
#CED301 (or 0xCED301) is known color: Bird Flower. HEX triplet: CE, D3 and 01. RGB value is (206,211,1). Sum of RGB (Red+Green+Blue) = 206+211+1=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 211 (82.81% from 255 or 50.48% from 418); Blue value is 1 (0.78% from 255 or 0.24% from 418); Max value from RGB is 211 - color contains mainly: green. Hex color #CED301 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED301 is #312CFE. Grayscale: #BABABA. Windows color (decimal): -3222783 or 119758. OLE color: 119758.
HSL color Cylindrical-coordinate representation of color #CED301: hue angle of 61.43º 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 #CED301 is Cyan = 0.02, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 211 | 1 | - |
| CMYK | 0.02 | 0 | 1.00 | 0.17 |
| HSL | 61.43º | 0.99% | 0.42% | - |
| HSV(B) | 61.43º | 1% | 0.83% | - |
| XYZ | 48.75 | 59.71 | 8.98 | - |
| YUV | 185.57 | 23.84 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 211 | 1 | 0.02 | 0 | 1.00 | 0.17 | 61.43 | 0.99 | 0.42 |
| Hex | CE | D3 | 1 | 2 | 0 | 64 | 11 | 3D | 63 | 2A |
| Octal | 316 | 323 | 1 | 2 | 0 | 144 | 21 | 75 | 143 | 52 |
| Binary | 11001110 | 11010011 | 1 | 10 | 0 | 1100100 | 10001 | 111101 | 1100011 | 101010 |
Color Harmonies of #CED301
Complementary color
Monochromatic Colors of #CED301
Black with #CED301
Text Example
Text Example
White with #CED301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED301; }
p { color: rgb(206,211,1); }
H1.HeaderClassName
{
color: #CED301;
}
.AnyTagClassName
{
color: #CED301;
}
</style>
background-color css
<style>
a { background-color: #CED301; }
a { background-color: rgb(206,211,1); }
div.DivClassName
{
background-color: #CED301;
}
.BgClassName
{
background-color: #CED301;
}
</style>
border-color css
<style>
span { border-color: #CED301; }
span { border-color: rgb(206,211,1); }
td.TdClassName
{
border-color: #CED301;
}
.TagClassName
{
border-color: #CED301;
}
</style>