Shades of Bird Flower #CFDD07
Tints of Bird Flower #CFDD07
RGB
CMYK
RGB Variations
Color information
#CFDD07 (or 0xCFDD07) is known color: Bird Flower. HEX triplet: CF, DD and 07. RGB value is (207,221,7). Sum of RGB (Red+Green+Blue) = 207+221+7=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 221 (86.72% from 255 or 50.80% from 435); Blue value is 7 (3.12% from 255 or 1.61% from 435); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFDD07 is #3022F8. Grayscale: #C1C1C1. Windows color (decimal): -3154681 or 515535. OLE color: 515535.
HSL color Cylindrical-coordinate representation of color #CFDD07: hue angle of 63.93º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CFDD07 is Cyan = 0.06, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 221 | 7 | - |
| CMYK | 0.06 | 0 | 0.97 | 0.13 |
| HSL | 63.93º | 0.94% | 0.45% | - |
| HSV(B) | 63.93º | 0.97% | 0.87% | - |
| XYZ | 51.63 | 64.99 | 10.03 | - |
| YUV | 192.42 | 23.36 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 7 | 0.06 | 0 | 0.97 | 0.13 | 63.93 | 0.94 | 0.45 |
| Hex | CF | DD | 7 | 6 | 0 | 61 | D | 40 | 5E | 2D |
| Octal | 317 | 335 | 7 | 6 | 0 | 141 | 15 | 100 | 136 | 55 |
| Binary | 11001111 | 11011101 | 111 | 110 | 0 | 1100001 | 1101 | 1000000 | 1011110 | 101101 |
Color Harmonies of #CFDD07
Complementary color
Monochromatic Colors of #CFDD07
Black with #CFDD07
Text Example
Text Example
White with #CFDD07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDD07; }
p { color: rgb(207,221,7); }
H1.HeaderClassName
{
color: #CFDD07;
}
.AnyTagClassName
{
color: #CFDD07;
}
</style>
background-color css
<style>
a { background-color: #CFDD07; }
a { background-color: rgb(207,221,7); }
div.DivClassName
{
background-color: #CFDD07;
}
.BgClassName
{
background-color: #CFDD07;
}
</style>
border-color css
<style>
span { border-color: #CFDD07; }
span { border-color: rgb(207,221,7); }
td.TdClassName
{
border-color: #CFDD07;
}
.TagClassName
{
border-color: #CFDD07;
}
</style>