Shades of Bird Flower #CFD301
Tints of Bird Flower #CFD301
RGB
CMYK
RGB Variations
Color information
#CFD301 (or 0xCFD301) is known color: Bird Flower. HEX triplet: CF, D3 and 01. RGB value is (207,211,1). Sum of RGB (Red+Green+Blue) = 207+211+1=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 211 (82.81% from 255 or 50.36% from 419); Blue value is 1 (0.78% from 255 or 0.24% from 419); Max value from RGB is 211 - color contains mainly: green. Hex color #CFD301 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD301 is #302CFE. Grayscale: #BABABA. Windows color (decimal): -3157247 or 119759. OLE color: 119759.
HSL color Cylindrical-coordinate representation of color #CFD301: hue angle of 61.14º 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 #CFD301 is Cyan = 0.02, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 211 | 1 | - |
| CMYK | 0.02 | 0 | 1.00 | 0.17 |
| HSL | 61.14º | 0.99% | 0.42% | - |
| HSV(B) | 61.14º | 1% | 0.83% | - |
| XYZ | 49.03 | 59.86 | 9 | - |
| YUV | 185.86 | 23.67 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 211 | 1 | 0.02 | 0 | 1.00 | 0.17 | 61.14 | 0.99 | 0.42 |
| Hex | CF | D3 | 1 | 2 | 0 | 64 | 11 | 3D | 63 | 2A |
| Octal | 317 | 323 | 1 | 2 | 0 | 144 | 21 | 75 | 143 | 52 |
| Binary | 11001111 | 11010011 | 1 | 10 | 0 | 1100100 | 10001 | 111101 | 1100011 | 101010 |
Color Harmonies of #CFD301
Complementary color
Monochromatic Colors of #CFD301
Black with #CFD301
Text Example
Text Example
White with #CFD301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD301; }
p { color: rgb(207,211,1); }
H1.HeaderClassName
{
color: #CFD301;
}
.AnyTagClassName
{
color: #CFD301;
}
</style>
background-color css
<style>
a { background-color: #CFD301; }
a { background-color: rgb(207,211,1); }
div.DivClassName
{
background-color: #CFD301;
}
.BgClassName
{
background-color: #CFD301;
}
</style>
border-color css
<style>
span { border-color: #CFD301; }
span { border-color: rgb(207,211,1); }
td.TdClassName
{
border-color: #CFD301;
}
.TagClassName
{
border-color: #CFD301;
}
</style>