Shades of Bird Flower #CFD302
Tints of Bird Flower #CFD302
RGB
CMYK
RGB Variations
Color information
#CFD302 (or 0xCFD302) is known color: Bird Flower. HEX triplet: CF, D3 and 02. RGB value is (207,211,2). Sum of RGB (Red+Green+Blue) = 207+211+2=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 211 (82.81% from 255 or 50.24% from 420); Blue value is 2 (1.17% from 255 or 0.48% from 420); Max value from RGB is 211 - color contains mainly: green. Hex color #CFD302 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD302 is #302CFD. Grayscale: #BABABA. Windows color (decimal): -3157246 or 185295. OLE color: 185295.
HSL color Cylindrical-coordinate representation of color #CFD302: hue angle of 61.15º 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 #CFD302 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 211 | 2 | - |
| CMYK | 0.02 | 0 | 0.99 | 0.17 |
| HSL | 61.15º | 0.98% | 0.42% | - |
| HSV(B) | 61.15º | 0.99% | 0.83% | - |
| XYZ | 49.04 | 59.86 | 9.03 | - |
| YUV | 185.98 | 24.17 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 211 | 2 | 0.02 | 0 | 0.99 | 0.17 | 61.15 | 0.98 | 0.42 |
| Hex | CF | D3 | 2 | 2 | 0 | 63 | 11 | 3D | 62 | 2A |
| Octal | 317 | 323 | 2 | 2 | 0 | 143 | 21 | 75 | 142 | 52 |
| Binary | 11001111 | 11010011 | 10 | 10 | 0 | 1100011 | 10001 | 111101 | 1100010 | 101010 |
Color Harmonies of #CFD302
Complementary color
Monochromatic Colors of #CFD302
Black with #CFD302
Text Example
Text Example
White with #CFD302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD302; }
p { color: rgb(207,211,2); }
H1.HeaderClassName
{
color: #CFD302;
}
.AnyTagClassName
{
color: #CFD302;
}
</style>
background-color css
<style>
a { background-color: #CFD302; }
a { background-color: rgb(207,211,2); }
div.DivClassName
{
background-color: #CFD302;
}
.BgClassName
{
background-color: #CFD302;
}
</style>
border-color css
<style>
span { border-color: #CFD302; }
span { border-color: rgb(207,211,2); }
td.TdClassName
{
border-color: #CFD302;
}
.TagClassName
{
border-color: #CFD302;
}
</style>