Shades of Bird Flower #CFD401
Tints of Bird Flower #CFD401
RGB
CMYK
RGB Variations
Color information
#CFD401 (or 0xCFD401) is known color: Bird Flower. HEX triplet: CF, D4 and 01. RGB value is (207,212,1). Sum of RGB (Red+Green+Blue) = 207+212+1=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 212 (83.20% from 255 or 50.48% from 420); Blue value is 1 (0.78% from 255 or 0.24% from 420); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD401 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD401 is #302BFE. Grayscale: #BBBBBB. Windows color (decimal): -3156991 or 120015. OLE color: 120015.
HSL color Cylindrical-coordinate representation of color #CFD401: hue angle of 61.42º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CFD401 is Cyan = 0.02, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 212 | 1 | - |
| CMYK | 0.02 | 0 | 1.00 | 0.17 |
| HSL | 61.42º | 0.99% | 0.42% | - |
| HSV(B) | 61.42º | 1% | 0.83% | - |
| XYZ | 49.28 | 60.35 | 9.08 | - |
| YUV | 186.45 | 23.34 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 212 | 1 | 0.02 | 0 | 1.00 | 0.17 | 61.42 | 0.99 | 0.42 |
| Hex | CF | D4 | 1 | 2 | 0 | 64 | 11 | 3D | 63 | 2A |
| Octal | 317 | 324 | 1 | 2 | 0 | 144 | 21 | 75 | 143 | 52 |
| Binary | 11001111 | 11010100 | 1 | 10 | 0 | 1100100 | 10001 | 111101 | 1100011 | 101010 |
Color Harmonies of #CFD401
Complementary color
Monochromatic Colors of #CFD401
Black with #CFD401
Text Example
Text Example
White with #CFD401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD401; }
p { color: rgb(207,212,1); }
H1.HeaderClassName
{
color: #CFD401;
}
.AnyTagClassName
{
color: #CFD401;
}
</style>
background-color css
<style>
a { background-color: #CFD401; }
a { background-color: rgb(207,212,1); }
div.DivClassName
{
background-color: #CFD401;
}
.BgClassName
{
background-color: #CFD401;
}
</style>
border-color css
<style>
span { border-color: #CFD401; }
span { border-color: rgb(207,212,1); }
td.TdClassName
{
border-color: #CFD401;
}
.TagClassName
{
border-color: #CFD401;
}
</style>