Shades of Bird Flower #CED302
Tints of Bird Flower #CED302
RGB
CMYK
RGB Variations
Color information
#CED302 (or 0xCED302) is known color: Bird Flower. HEX triplet: CE, D3 and 02. RGB value is (206,211,2). Sum of RGB (Red+Green+Blue) = 206+211+2=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 211 (82.81% from 255 or 50.36% from 419); Blue value is 2 (1.17% from 255 or 0.48% from 419); Max value from RGB is 211 - color contains mainly: green. Hex color #CED302 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED302 is #312CFD. Grayscale: #BABABA. Windows color (decimal): -3222782 or 185294. OLE color: 185294.
HSL color Cylindrical-coordinate representation of color #CED302: hue angle of 61.44º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CED302 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 211 | 2 | - |
| CMYK | 0.02 | 0 | 0.99 | 0.17 |
| HSL | 61.44º | 0.98% | 0.42% | - |
| HSV(B) | 61.44º | 0.99% | 0.83% | - |
| XYZ | 48.76 | 59.71 | 9.01 | - |
| YUV | 185.68 | 24.34 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 211 | 2 | 0.02 | 0 | 0.99 | 0.17 | 61.44 | 0.98 | 0.42 |
| Hex | CE | D3 | 2 | 2 | 0 | 63 | 11 | 3D | 62 | 2A |
| Octal | 316 | 323 | 2 | 2 | 0 | 143 | 21 | 75 | 142 | 52 |
| Binary | 11001110 | 11010011 | 10 | 10 | 0 | 1100011 | 10001 | 111101 | 1100010 | 101010 |
Color Harmonies of #CED302
Complementary color
Monochromatic Colors of #CED302
Black with #CED302
Text Example
Text Example
White with #CED302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED302; }
p { color: rgb(206,211,2); }
H1.HeaderClassName
{
color: #CED302;
}
.AnyTagClassName
{
color: #CED302;
}
</style>
background-color css
<style>
a { background-color: #CED302; }
a { background-color: rgb(206,211,2); }
div.DivClassName
{
background-color: #CED302;
}
.BgClassName
{
background-color: #CED302;
}
</style>
border-color css
<style>
span { border-color: #CED302; }
span { border-color: rgb(206,211,2); }
td.TdClassName
{
border-color: #CED302;
}
.TagClassName
{
border-color: #CED302;
}
</style>