Shades of Bird Flower #CFD210
Tints of Bird Flower #CFD210
RGB
CMYK
RGB Variations
Color information
#CFD210 (or 0xCFD210) is known color: Bird Flower. HEX triplet: CF, D2 and 10. RGB value is (207,210,16). Sum of RGB (Red+Green+Blue) = 207+210+16=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 210 (82.42% from 255 or 48.50% from 433); Blue value is 16 (6.64% from 255 or 3.70% from 433); Max value from RGB is 210 - color contains mainly: green. Hex color #CFD210 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD210 is #302DEF. Grayscale: #BBBBBB. Windows color (decimal): -3157488 or 1102543. OLE color: 1102543.
HSL color Cylindrical-coordinate representation of color #CFD210: hue angle of 60.93º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CFD210 is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 210 | 16 | - |
| CMYK | 0.01 | 0 | 0.92 | 0.18 |
| HSL | 60.93º | 0.86% | 0.44% | - |
| HSV(B) | 60.93º | 0.92% | 0.82% | - |
| XYZ | 48.87 | 59.4 | 9.38 | - |
| YUV | 186.99 | 31.51 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 210 | 16 | 0.01 | 0 | 0.92 | 0.18 | 60.93 | 0.86 | 0.44 |
| Hex | CF | D2 | 10 | 1 | 0 | 5C | 12 | 3D | 56 | 2C |
| Octal | 317 | 322 | 20 | 1 | 0 | 134 | 22 | 75 | 126 | 54 |
| Binary | 11001111 | 11010010 | 10000 | 1 | 0 | 1011100 | 10010 | 111101 | 1010110 | 101100 |
Color Harmonies of #CFD210
Complementary color
Monochromatic Colors of #CFD210
Black with #CFD210
Text Example
Text Example
White with #CFD210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD210; }
p { color: rgb(207,210,16); }
H1.HeaderClassName
{
color: #CFD210;
}
.AnyTagClassName
{
color: #CFD210;
}
</style>
background-color css
<style>
a { background-color: #CFD210; }
a { background-color: rgb(207,210,16); }
div.DivClassName
{
background-color: #CFD210;
}
.BgClassName
{
background-color: #CFD210;
}
</style>
border-color css
<style>
span { border-color: #CFD210; }
span { border-color: rgb(207,210,16); }
td.TdClassName
{
border-color: #CFD210;
}
.TagClassName
{
border-color: #CFD210;
}
</style>