Shades of Bird Flower #CFDA07
Tints of Bird Flower #CFDA07
RGB
CMYK
RGB Variations
Color information
#CFDA07 (or 0xCFDA07) is known color: Bird Flower. HEX triplet: CF, DA and 07. RGB value is (207,218,7). Sum of RGB (Red+Green+Blue) = 207+218+7=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 218 (85.55% from 255 or 50.46% from 432); Blue value is 7 (3.12% from 255 or 1.62% from 432); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFDA07 is #3025F8. Grayscale: #BFBFBF. Windows color (decimal): -3155449 or 514767. OLE color: 514767.
HSL color Cylindrical-coordinate representation of color #CFDA07: hue angle of 63.13º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CFDA07 is Cyan = 0.05, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 7 | - |
| CMYK | 0.05 | 0 | 0.97 | 0.15 |
| HSL | 63.13º | 0.94% | 0.44% | - |
| HSV(B) | 63.13º | 0.97% | 0.85% | - |
| XYZ | 50.84 | 63.42 | 9.76 | - |
| YUV | 190.66 | 24.36 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 7 | 0.05 | 0 | 0.97 | 0.15 | 63.13 | 0.94 | 0.44 |
| Hex | CF | DA | 7 | 5 | 0 | 61 | F | 3F | 5E | 2C |
| Octal | 317 | 332 | 7 | 5 | 0 | 141 | 17 | 77 | 136 | 54 |
| Binary | 11001111 | 11011010 | 111 | 101 | 0 | 1100001 | 1111 | 111111 | 1011110 | 101100 |
Color Harmonies of #CFDA07
Complementary color
Monochromatic Colors of #CFDA07
Black with #CFDA07
Text Example
Text Example
White with #CFDA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDA07; }
p { color: rgb(207,218,7); }
H1.HeaderClassName
{
color: #CFDA07;
}
.AnyTagClassName
{
color: #CFDA07;
}
</style>
background-color css
<style>
a { background-color: #CFDA07; }
a { background-color: rgb(207,218,7); }
div.DivClassName
{
background-color: #CFDA07;
}
.BgClassName
{
background-color: #CFDA07;
}
</style>
border-color css
<style>
span { border-color: #CFDA07; }
span { border-color: rgb(207,218,7); }
td.TdClassName
{
border-color: #CFDA07;
}
.TagClassName
{
border-color: #CFDA07;
}
</style>