Shades of Bird Flower #CED601
Tints of Bird Flower #CED601
RGB
CMYK
RGB Variations
Color information
#CED601 (or 0xCED601) is known color: Bird Flower. HEX triplet: CE, D6 and 01. RGB value is (206,214,1). Sum of RGB (Red+Green+Blue) = 206+214+1=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 214 (83.98% from 255 or 50.83% from 421); Blue value is 1 (0.78% from 255 or 0.24% from 421); Max value from RGB is 214 - color contains mainly: green. Hex color #CED601 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED601 is #3129FE. Grayscale: #BCBCBC. Windows color (decimal): -3222015 or 120526. OLE color: 120526.
HSL color Cylindrical-coordinate representation of color #CED601: hue angle of 62.25º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CED601 is Cyan = 0.04, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 214 | 1 | - |
| CMYK | 0.04 | 0 | 1.00 | 0.16 |
| HSL | 62.25º | 0.99% | 0.42% | - |
| HSV(B) | 62.25º | 1% | 0.84% | - |
| XYZ | 49.51 | 61.22 | 9.24 | - |
| YUV | 187.33 | 22.85 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 214 | 1 | 0.04 | 0 | 1.00 | 0.16 | 62.25 | 0.99 | 0.42 |
| Hex | CE | D6 | 1 | 4 | 0 | 64 | 10 | 3E | 63 | 2A |
| Octal | 316 | 326 | 1 | 4 | 0 | 144 | 20 | 76 | 143 | 52 |
| Binary | 11001110 | 11010110 | 1 | 100 | 0 | 1100100 | 10000 | 111110 | 1100011 | 101010 |
Color Harmonies of #CED601
Complementary color
Monochromatic Colors of #CED601
Black with #CED601
Text Example
Text Example
White with #CED601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED601; }
p { color: rgb(206,214,1); }
H1.HeaderClassName
{
color: #CED601;
}
.AnyTagClassName
{
color: #CED601;
}
</style>
background-color css
<style>
a { background-color: #CED601; }
a { background-color: rgb(206,214,1); }
div.DivClassName
{
background-color: #CED601;
}
.BgClassName
{
background-color: #CED601;
}
</style>
border-color css
<style>
span { border-color: #CED601; }
span { border-color: rgb(206,214,1); }
td.TdClassName
{
border-color: #CED601;
}
.TagClassName
{
border-color: #CED601;
}
</style>