Shades of Bird Flower #CFD607
Tints of Bird Flower #CFD607
RGB
CMYK
RGB Variations
Color information
#CFD607 (or 0xCFD607) is known color: Bird Flower. HEX triplet: CF, D6 and 07. RGB value is (207,214,7). Sum of RGB (Red+Green+Blue) = 207+214+7=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 214 (83.98% from 255 or 50% from 428); Blue value is 7 (3.12% from 255 or 1.64% from 428); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD607 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD607 is #3029F8. Grayscale: #BDBDBD. Windows color (decimal): -3156473 or 513743. OLE color: 513743.
HSL color Cylindrical-coordinate representation of color #CFD607: hue angle of 62.03º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CFD607 is Cyan = 0.03, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 214 | 7 | - |
| CMYK | 0.03 | 0 | 0.97 | 0.16 |
| HSL | 62.03º | 0.94% | 0.43% | - |
| HSV(B) | 62.03º | 0.97% | 0.84% | - |
| XYZ | 49.82 | 61.37 | 9.42 | - |
| YUV | 188.31 | 25.68 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 214 | 7 | 0.03 | 0 | 0.97 | 0.16 | 62.03 | 0.94 | 0.43 |
| Hex | CF | D6 | 7 | 3 | 0 | 61 | 10 | 3E | 5E | 2B |
| Octal | 317 | 326 | 7 | 3 | 0 | 141 | 20 | 76 | 136 | 53 |
| Binary | 11001111 | 11010110 | 111 | 11 | 0 | 1100001 | 10000 | 111110 | 1011110 | 101011 |
Color Harmonies of #CFD607
Complementary color
Monochromatic Colors of #CFD607
Black with #CFD607
Text Example
Text Example
White with #CFD607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD607; }
p { color: rgb(207,214,7); }
H1.HeaderClassName
{
color: #CFD607;
}
.AnyTagClassName
{
color: #CFD607;
}
</style>
background-color css
<style>
a { background-color: #CFD607; }
a { background-color: rgb(207,214,7); }
div.DivClassName
{
background-color: #CFD607;
}
.BgClassName
{
background-color: #CFD607;
}
</style>
border-color css
<style>
span { border-color: #CFD607; }
span { border-color: rgb(207,214,7); }
td.TdClassName
{
border-color: #CFD607;
}
.TagClassName
{
border-color: #CFD607;
}
</style>