Shades of Bird Flower #CFD601
Tints of Bird Flower #CFD601
RGB
CMYK
RGB Variations
Color information
#CFD601 (or 0xCFD601) is known color: Bird Flower. HEX triplet: CF, D6 and 01. RGB value is (207,214,1). Sum of RGB (Red+Green+Blue) = 207+214+1=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 214 (83.98% from 255 or 50.71% from 422); Blue value is 1 (0.78% from 255 or 0.24% from 422); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD601 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD601 is #3029FE. Grayscale: #BCBCBC. Windows color (decimal): -3156479 or 120527. OLE color: 120527.
HSL color Cylindrical-coordinate representation of color #CFD601: hue angle of 61.97º 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 #CFD601 is Cyan = 0.03, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 214 | 1 | - |
| CMYK | 0.03 | 0 | 1.00 | 0.16 |
| HSL | 61.97º | 0.99% | 0.42% | - |
| HSV(B) | 61.97º | 1% | 0.84% | - |
| XYZ | 49.78 | 61.36 | 9.25 | - |
| YUV | 187.63 | 22.68 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 214 | 1 | 0.03 | 0 | 1.00 | 0.16 | 61.97 | 0.99 | 0.42 |
| Hex | CF | D6 | 1 | 3 | 0 | 64 | 10 | 3E | 63 | 2A |
| Octal | 317 | 326 | 1 | 3 | 0 | 144 | 20 | 76 | 143 | 52 |
| Binary | 11001111 | 11010110 | 1 | 11 | 0 | 1100100 | 10000 | 111110 | 1100011 | 101010 |
Color Harmonies of #CFD601
Complementary color
Monochromatic Colors of #CFD601
Black with #CFD601
Text Example
Text Example
White with #CFD601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD601; }
p { color: rgb(207,214,1); }
H1.HeaderClassName
{
color: #CFD601;
}
.AnyTagClassName
{
color: #CFD601;
}
</style>
background-color css
<style>
a { background-color: #CFD601; }
a { background-color: rgb(207,214,1); }
div.DivClassName
{
background-color: #CFD601;
}
.BgClassName
{
background-color: #CFD601;
}
</style>
border-color css
<style>
span { border-color: #CFD601; }
span { border-color: rgb(207,214,1); }
td.TdClassName
{
border-color: #CFD601;
}
.TagClassName
{
border-color: #CFD601;
}
</style>