Shades of Bird Flower #CFDA06
Tints of Bird Flower #CFDA06
RGB
CMYK
RGB Variations
Color information
#CFDA06 (or 0xCFDA06) is known color: Bird Flower. HEX triplet: CF, DA and 06. RGB value is (207,218,6). Sum of RGB (Red+Green+Blue) = 207+218+6=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 218 (85.55% from 255 or 50.58% from 431); Blue value is 6 (2.73% from 255 or 1.39% from 431); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFDA06 is #3025F9. Grayscale: #BFBFBF. Windows color (decimal): -3155450 or 449231. OLE color: 449231.
HSL color Cylindrical-coordinate representation of color #CFDA06: hue angle of 63.11º degrees, saturation: 0.95, 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 #CFDA06 is Cyan = 0.05, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 6 | - |
| CMYK | 0.05 | 0 | 0.97 | 0.15 |
| HSL | 63.11º | 0.95% | 0.44% | - |
| HSV(B) | 63.11º | 0.97% | 0.85% | - |
| XYZ | 50.84 | 63.42 | 9.73 | - |
| YUV | 190.54 | 23.86 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 6 | 0.05 | 0 | 0.97 | 0.15 | 63.11 | 0.95 | 0.44 |
| Hex | CF | DA | 6 | 5 | 0 | 61 | F | 3F | 5F | 2C |
| Octal | 317 | 332 | 6 | 5 | 0 | 141 | 17 | 77 | 137 | 54 |
| Binary | 11001111 | 11011010 | 110 | 101 | 0 | 1100001 | 1111 | 111111 | 1011111 | 101100 |
Color Harmonies of #CFDA06
Complementary color
Monochromatic Colors of #CFDA06
Black with #CFDA06
Text Example
Text Example
White with #CFDA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDA06; }
p { color: rgb(207,218,6); }
H1.HeaderClassName
{
color: #CFDA06;
}
.AnyTagClassName
{
color: #CFDA06;
}
</style>
background-color css
<style>
a { background-color: #CFDA06; }
a { background-color: rgb(207,218,6); }
div.DivClassName
{
background-color: #CFDA06;
}
.BgClassName
{
background-color: #CFDA06;
}
</style>
border-color css
<style>
span { border-color: #CFDA06; }
span { border-color: rgb(207,218,6); }
td.TdClassName
{
border-color: #CFDA06;
}
.TagClassName
{
border-color: #CFDA06;
}
</style>