Shades of Bird Flower #CFD60C
Tints of Bird Flower #CFD60C
RGB
CMYK
RGB Variations
Color information
#CFD60C (or 0xCFD60C) is known color: Bird Flower. HEX triplet: CF, D6 and 0C. RGB value is (207,214,12). Sum of RGB (Red+Green+Blue) = 207+214+12=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 214 (83.98% from 255 or 49.42% from 433); Blue value is 12 (5.08% from 255 or 2.77% from 433); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD60C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD60C is #3029F3. Grayscale: #BDBDBD. Windows color (decimal): -3156468 or 841423. OLE color: 841423.
HSL color Cylindrical-coordinate representation of color #CFD60C: hue angle of 62.08º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CFD60C is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 214 | 12 | - |
| CMYK | 0.03 | 0 | 0.94 | 0.16 |
| HSL | 62.08º | 0.89% | 0.44% | - |
| HSV(B) | 62.08º | 0.94% | 0.84% | - |
| XYZ | 49.85 | 61.39 | 9.57 | - |
| YUV | 188.88 | 28.18 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 214 | 12 | 0.03 | 0 | 0.94 | 0.16 | 62.08 | 0.89 | 0.44 |
| Hex | CF | D6 | C | 3 | 0 | 5E | 10 | 3E | 59 | 2C |
| Octal | 317 | 326 | 14 | 3 | 0 | 136 | 20 | 76 | 131 | 54 |
| Binary | 11001111 | 11010110 | 1100 | 11 | 0 | 1011110 | 10000 | 111110 | 1011001 | 101100 |
Color Harmonies of #CFD60C
Complementary color
Monochromatic Colors of #CFD60C
Black with #CFD60C
Text Example
Text Example
White with #CFD60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD60C; }
p { color: rgb(207,214,12); }
H1.HeaderClassName
{
color: #CFD60C;
}
.AnyTagClassName
{
color: #CFD60C;
}
</style>
background-color css
<style>
a { background-color: #CFD60C; }
a { background-color: rgb(207,214,12); }
div.DivClassName
{
background-color: #CFD60C;
}
.BgClassName
{
background-color: #CFD60C;
}
</style>
border-color css
<style>
span { border-color: #CFD60C; }
span { border-color: rgb(207,214,12); }
td.TdClassName
{
border-color: #CFD60C;
}
.TagClassName
{
border-color: #CFD60C;
}
</style>