Shades of Bird Flower #CFD701
Tints of Bird Flower #CFD701
RGB
CMYK
RGB Variations
Color information
#CFD701 (or 0xCFD701) is known color: Bird Flower. HEX triplet: CF, D7 and 01. RGB value is (207,215,1). Sum of RGB (Red+Green+Blue) = 207+215+1=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 215 (84.38% from 255 or 50.83% from 423); Blue value is 1 (0.78% from 255 or 0.24% from 423); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD701 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD701 is #3028FE. Grayscale: #BDBDBD. Windows color (decimal): -3156223 or 120783. OLE color: 120783.
HSL color Cylindrical-coordinate representation of color #CFD701: hue angle of 62.24º 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 #CFD701 is Cyan = 0.04, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 215 | 1 | - |
| CMYK | 0.04 | 0 | 1.00 | 0.16 |
| HSL | 62.24º | 0.99% | 0.42% | - |
| HSV(B) | 62.24º | 1% | 0.84% | - |
| XYZ | 50.04 | 61.87 | 9.33 | - |
| YUV | 188.21 | 22.35 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 215 | 1 | 0.04 | 0 | 1.00 | 0.16 | 62.24 | 0.99 | 0.42 |
| Hex | CF | D7 | 1 | 4 | 0 | 64 | 10 | 3E | 63 | 2A |
| Octal | 317 | 327 | 1 | 4 | 0 | 144 | 20 | 76 | 143 | 52 |
| Binary | 11001111 | 11010111 | 1 | 100 | 0 | 1100100 | 10000 | 111110 | 1100011 | 101010 |
Color Harmonies of #CFD701
Complementary color
Monochromatic Colors of #CFD701
Black with #CFD701
Text Example
Text Example
White with #CFD701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD701; }
p { color: rgb(207,215,1); }
H1.HeaderClassName
{
color: #CFD701;
}
.AnyTagClassName
{
color: #CFD701;
}
</style>
background-color css
<style>
a { background-color: #CFD701; }
a { background-color: rgb(207,215,1); }
div.DivClassName
{
background-color: #CFD701;
}
.BgClassName
{
background-color: #CFD701;
}
</style>
border-color css
<style>
span { border-color: #CFD701; }
span { border-color: rgb(207,215,1); }
td.TdClassName
{
border-color: #CFD701;
}
.TagClassName
{
border-color: #CFD701;
}
</style>