Shades of Bird Flower #CFD70C
Tints of Bird Flower #CFD70C
RGB
CMYK
RGB Variations
Color information
#CFD70C (or 0xCFD70C) is known color: Bird Flower. HEX triplet: CF, D7 and 0C. RGB value is (207,215,12). Sum of RGB (Red+Green+Blue) = 207+215+12=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 215 (84.38% from 255 or 49.54% from 434); Blue value is 12 (5.08% from 255 or 2.76% from 434); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD70C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD70C is #3028F3. Grayscale: #BEBEBE. Windows color (decimal): -3156212 or 841679. OLE color: 841679.
HSL color Cylindrical-coordinate representation of color #CFD70C: hue angle of 62.36º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CFD70C is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 215 | 12 | - |
| CMYK | 0.04 | 0 | 0.94 | 0.16 |
| HSL | 62.36º | 0.89% | 0.45% | - |
| HSV(B) | 62.36º | 0.94% | 0.84% | - |
| XYZ | 50.1 | 61.89 | 9.65 | - |
| YUV | 189.47 | 27.85 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 215 | 12 | 0.04 | 0 | 0.94 | 0.16 | 62.36 | 0.89 | 0.45 |
| Hex | CF | D7 | C | 4 | 0 | 5E | 10 | 3E | 59 | 2D |
| Octal | 317 | 327 | 14 | 4 | 0 | 136 | 20 | 76 | 131 | 55 |
| Binary | 11001111 | 11010111 | 1100 | 100 | 0 | 1011110 | 10000 | 111110 | 1011001 | 101101 |
Color Harmonies of #CFD70C
Complementary color
Monochromatic Colors of #CFD70C
Black with #CFD70C
Text Example
Text Example
White with #CFD70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD70C; }
p { color: rgb(207,215,12); }
H1.HeaderClassName
{
color: #CFD70C;
}
.AnyTagClassName
{
color: #CFD70C;
}
</style>
background-color css
<style>
a { background-color: #CFD70C; }
a { background-color: rgb(207,215,12); }
div.DivClassName
{
background-color: #CFD70C;
}
.BgClassName
{
background-color: #CFD70C;
}
</style>
border-color css
<style>
span { border-color: #CFD70C; }
span { border-color: rgb(207,215,12); }
td.TdClassName
{
border-color: #CFD70C;
}
.TagClassName
{
border-color: #CFD70C;
}
</style>