Shades of Bird Flower #CFD501
Tints of Bird Flower #CFD501
RGB
CMYK
RGB Variations
Color information
#CFD501 (or 0xCFD501) is known color: Bird Flower. HEX triplet: CF, D5 and 01. RGB value is (207,213,1). Sum of RGB (Red+Green+Blue) = 207+213+1=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 213 (83.59% from 255 or 50.59% from 421); Blue value is 1 (0.78% from 255 or 0.24% from 421); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD501 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD501 is #302AFE. Grayscale: #BBBBBB. Windows color (decimal): -3156735 or 120271. OLE color: 120271.
HSL color Cylindrical-coordinate representation of color #CFD501: hue angle of 61.7º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CFD501 is Cyan = 0.03, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 213 | 1 | - |
| CMYK | 0.03 | 0 | 1.00 | 0.16 |
| HSL | 61.7º | 0.99% | 0.42% | - |
| HSV(B) | 61.7º | 1% | 0.84% | - |
| XYZ | 49.53 | 60.86 | 9.16 | - |
| YUV | 187.04 | 23.01 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 213 | 1 | 0.03 | 0 | 1.00 | 0.16 | 61.7 | 0.99 | 0.42 |
| Hex | CF | D5 | 1 | 3 | 0 | 64 | 10 | 3E | 63 | 2A |
| Octal | 317 | 325 | 1 | 3 | 0 | 144 | 20 | 76 | 143 | 52 |
| Binary | 11001111 | 11010101 | 1 | 11 | 0 | 1100100 | 10000 | 111110 | 1100011 | 101010 |
Color Harmonies of #CFD501
Complementary color
Monochromatic Colors of #CFD501
Black with #CFD501
Text Example
Text Example
White with #CFD501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD501; }
p { color: rgb(207,213,1); }
H1.HeaderClassName
{
color: #CFD501;
}
.AnyTagClassName
{
color: #CFD501;
}
</style>
background-color css
<style>
a { background-color: #CFD501; }
a { background-color: rgb(207,213,1); }
div.DivClassName
{
background-color: #CFD501;
}
.BgClassName
{
background-color: #CFD501;
}
</style>
border-color css
<style>
span { border-color: #CFD501; }
span { border-color: rgb(207,213,1); }
td.TdClassName
{
border-color: #CFD501;
}
.TagClassName
{
border-color: #CFD501;
}
</style>