Shades of Bird Flower #CFD201
Tints of Bird Flower #CFD201
RGB
CMYK
RGB Variations
Color information
#CFD201 (or 0xCFD201) is known color: Bird Flower. HEX triplet: CF, D2 and 01. RGB value is (207,210,1). Sum of RGB (Red+Green+Blue) = 207+210+1=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 210 (82.42% from 255 or 50.24% from 418); Blue value is 1 (0.78% from 255 or 0.24% from 418); Max value from RGB is 210 - color contains mainly: green. Hex color #CFD201 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD201 is #302DFE. Grayscale: #BABABA. Windows color (decimal): -3157503 or 119503. OLE color: 119503.
HSL color Cylindrical-coordinate representation of color #CFD201: hue angle of 60.86º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CFD201 is Cyan = 0.01, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 210 | 1 | - |
| CMYK | 0.01 | 0 | 1.00 | 0.18 |
| HSL | 60.86º | 0.99% | 0.41% | - |
| HSV(B) | 60.86º | 1% | 0.82% | - |
| XYZ | 48.78 | 59.36 | 8.92 | - |
| YUV | 185.28 | 24.01 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 210 | 1 | 0.01 | 0 | 1.00 | 0.18 | 60.86 | 0.99 | 0.41 |
| Hex | CF | D2 | 1 | 1 | 0 | 64 | 12 | 3D | 63 | 29 |
| Octal | 317 | 322 | 1 | 1 | 0 | 144 | 22 | 75 | 143 | 51 |
| Binary | 11001111 | 11010010 | 1 | 1 | 0 | 1100100 | 10010 | 111101 | 1100011 | 101001 |
Color Harmonies of #CFD201
Complementary color
Monochromatic Colors of #CFD201
Black with #CFD201
Text Example
Text Example
White with #CFD201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD201; }
p { color: rgb(207,210,1); }
H1.HeaderClassName
{
color: #CFD201;
}
.AnyTagClassName
{
color: #CFD201;
}
</style>
background-color css
<style>
a { background-color: #CFD201; }
a { background-color: rgb(207,210,1); }
div.DivClassName
{
background-color: #CFD201;
}
.BgClassName
{
background-color: #CFD201;
}
</style>
border-color css
<style>
span { border-color: #CFD201; }
span { border-color: rgb(207,210,1); }
td.TdClassName
{
border-color: #CFD201;
}
.TagClassName
{
border-color: #CFD201;
}
</style>