Shades of Bird Flower #CED506
Tints of Bird Flower #CED506
RGB
CMYK
RGB Variations
Color information
#CED506 (or 0xCED506) is known color: Bird Flower. HEX triplet: CE, D5 and 06. RGB value is (206,213,6). Sum of RGB (Red+Green+Blue) = 206+213+6=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 213 (83.59% from 255 or 50.12% from 425); Blue value is 6 (2.73% from 255 or 1.41% from 425); Max value from RGB is 213 - color contains mainly: green. Hex color #CED506 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED506 is #312AF9. Grayscale: #BCBCBC. Windows color (decimal): -3222266 or 447950. OLE color: 447950.
HSL color Cylindrical-coordinate representation of color #CED506: hue angle of 62.03º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CED506 is Cyan = 0.03, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 213 | 6 | - |
| CMYK | 0.03 | 0 | 0.97 | 0.16 |
| HSL | 62.03º | 0.95% | 0.43% | - |
| HSV(B) | 62.03º | 0.97% | 0.84% | - |
| XYZ | 49.28 | 60.72 | 9.3 | - |
| YUV | 187.31 | 25.68 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 213 | 6 | 0.03 | 0 | 0.97 | 0.16 | 62.03 | 0.95 | 0.43 |
| Hex | CE | D5 | 6 | 3 | 0 | 61 | 10 | 3E | 5F | 2B |
| Octal | 316 | 325 | 6 | 3 | 0 | 141 | 20 | 76 | 137 | 53 |
| Binary | 11001110 | 11010101 | 110 | 11 | 0 | 1100001 | 10000 | 111110 | 1011111 | 101011 |
Color Harmonies of #CED506
Complementary color
Monochromatic Colors of #CED506
Black with #CED506
Text Example
Text Example
White with #CED506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED506; }
p { color: rgb(206,213,6); }
H1.HeaderClassName
{
color: #CED506;
}
.AnyTagClassName
{
color: #CED506;
}
</style>
background-color css
<style>
a { background-color: #CED506; }
a { background-color: rgb(206,213,6); }
div.DivClassName
{
background-color: #CED506;
}
.BgClassName
{
background-color: #CED506;
}
</style>
border-color css
<style>
span { border-color: #CED506; }
span { border-color: rgb(206,213,6); }
td.TdClassName
{
border-color: #CED506;
}
.TagClassName
{
border-color: #CED506;
}
</style>