Shades of Bird Flower #CFD206
Tints of Bird Flower #CFD206
RGB
CMYK
RGB Variations
Color information
#CFD206 (or 0xCFD206) is known color: Bird Flower. HEX triplet: CF, D2 and 06. RGB value is (207,210,6). Sum of RGB (Red+Green+Blue) = 207+210+6=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 210 (82.42% from 255 or 49.65% from 423); Blue value is 6 (2.73% from 255 or 1.42% from 423); Max value from RGB is 210 - color contains mainly: green. Hex color #CFD206 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD206 is #302DF9. Grayscale: #BABABA. Windows color (decimal): -3157498 or 447183. OLE color: 447183.
HSL color Cylindrical-coordinate representation of color #CFD206: hue angle of 60.88º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CFD206 is Cyan = 0.01, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 210 | 6 | - |
| CMYK | 0.01 | 0 | 0.97 | 0.18 |
| HSL | 60.88º | 0.94% | 0.42% | - |
| HSV(B) | 60.88º | 0.97% | 0.82% | - |
| XYZ | 48.81 | 59.37 | 9.06 | - |
| YUV | 185.85 | 26.51 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 210 | 6 | 0.01 | 0 | 0.97 | 0.18 | 60.88 | 0.94 | 0.42 |
| Hex | CF | D2 | 6 | 1 | 0 | 61 | 12 | 3D | 5E | 2A |
| Octal | 317 | 322 | 6 | 1 | 0 | 141 | 22 | 75 | 136 | 52 |
| Binary | 11001111 | 11010010 | 110 | 1 | 0 | 1100001 | 10010 | 111101 | 1011110 | 101010 |
Color Harmonies of #CFD206
Complementary color
Monochromatic Colors of #CFD206
Black with #CFD206
Text Example
Text Example
White with #CFD206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD206; }
p { color: rgb(207,210,6); }
H1.HeaderClassName
{
color: #CFD206;
}
.AnyTagClassName
{
color: #CFD206;
}
</style>
background-color css
<style>
a { background-color: #CFD206; }
a { background-color: rgb(207,210,6); }
div.DivClassName
{
background-color: #CFD206;
}
.BgClassName
{
background-color: #CFD206;
}
</style>
border-color css
<style>
span { border-color: #CFD206; }
span { border-color: rgb(207,210,6); }
td.TdClassName
{
border-color: #CFD206;
}
.TagClassName
{
border-color: #CFD206;
}
</style>