Shades of Bird Flower #CED705
Tints of Bird Flower #CED705
RGB
CMYK
RGB Variations
Color information
#CED705 (or 0xCED705) is known color: Bird Flower. HEX triplet: CE, D7 and 05. RGB value is (206,215,5). Sum of RGB (Red+Green+Blue) = 206+215+5=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 215 (84.38% from 255 or 50.47% from 426); Blue value is 5 (2.34% from 255 or 1.17% from 426); Max value from RGB is 215 - color contains mainly: green. Hex color #CED705 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED705 is #3128FA. Grayscale: #BDBDBD. Windows color (decimal): -3221755 or 382926. OLE color: 382926.
HSL color Cylindrical-coordinate representation of color #CED705: hue angle of 62.57º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CED705 is Cyan = 0.04, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 215 | 5 | - |
| CMYK | 0.04 | 0 | 0.98 | 0.16 |
| HSL | 62.57º | 0.95% | 0.43% | - |
| HSV(B) | 62.57º | 0.98% | 0.84% | - |
| XYZ | 49.78 | 61.73 | 9.44 | - |
| YUV | 188.37 | 24.52 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 215 | 5 | 0.04 | 0 | 0.98 | 0.16 | 62.57 | 0.95 | 0.43 |
| Hex | CE | D7 | 5 | 4 | 0 | 62 | 10 | 3F | 5F | 2B |
| Octal | 316 | 327 | 5 | 4 | 0 | 142 | 20 | 77 | 137 | 53 |
| Binary | 11001110 | 11010111 | 101 | 100 | 0 | 1100010 | 10000 | 111111 | 1011111 | 101011 |
Color Harmonies of #CED705
Complementary color
Monochromatic Colors of #CED705
Black with #CED705
Text Example
Text Example
White with #CED705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED705; }
p { color: rgb(206,215,5); }
H1.HeaderClassName
{
color: #CED705;
}
.AnyTagClassName
{
color: #CED705;
}
</style>
background-color css
<style>
a { background-color: #CED705; }
a { background-color: rgb(206,215,5); }
div.DivClassName
{
background-color: #CED705;
}
.BgClassName
{
background-color: #CED705;
}
</style>
border-color css
<style>
span { border-color: #CED705; }
span { border-color: rgb(206,215,5); }
td.TdClassName
{
border-color: #CED705;
}
.TagClassName
{
border-color: #CED705;
}
</style>