Shades of Bird Flower #CFD901
Tints of Bird Flower #CFD901
RGB
CMYK
RGB Variations
Color information
#CFD901 (or 0xCFD901) is known color: Bird Flower. HEX triplet: CF, D9 and 01. RGB value is (207,217,1). Sum of RGB (Red+Green+Blue) = 207+217+1=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 217 (85.16% from 255 or 51.06% from 425); Blue value is 1 (0.78% from 255 or 0.24% from 425); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD901 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD901 is #3026FE. Grayscale: #BEBEBE. Windows color (decimal): -3155711 or 121295. OLE color: 121295.
HSL color Cylindrical-coordinate representation of color #CFD901: hue angle of 62.78º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CFD901 is Cyan = 0.05, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 217 | 1 | - |
| CMYK | 0.05 | 0 | 1.00 | 0.15 |
| HSL | 62.78º | 0.99% | 0.43% | - |
| HSV(B) | 62.78º | 1% | 0.85% | - |
| XYZ | 50.55 | 62.89 | 9.5 | - |
| YUV | 189.39 | 21.69 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 217 | 1 | 0.05 | 0 | 1.00 | 0.15 | 62.78 | 0.99 | 0.43 |
| Hex | CF | D9 | 1 | 5 | 0 | 64 | F | 3F | 63 | 2B |
| Octal | 317 | 331 | 1 | 5 | 0 | 144 | 17 | 77 | 143 | 53 |
| Binary | 11001111 | 11011001 | 1 | 101 | 0 | 1100100 | 1111 | 111111 | 1100011 | 101011 |
Color Harmonies of #CFD901
Complementary color
Monochromatic Colors of #CFD901
Black with #CFD901
Text Example
Text Example
White with #CFD901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD901; }
p { color: rgb(207,217,1); }
H1.HeaderClassName
{
color: #CFD901;
}
.AnyTagClassName
{
color: #CFD901;
}
</style>
background-color css
<style>
a { background-color: #CFD901; }
a { background-color: rgb(207,217,1); }
div.DivClassName
{
background-color: #CFD901;
}
.BgClassName
{
background-color: #CFD901;
}
</style>
border-color css
<style>
span { border-color: #CFD901; }
span { border-color: rgb(207,217,1); }
td.TdClassName
{
border-color: #CFD901;
}
.TagClassName
{
border-color: #CFD901;
}
</style>