Shades of Bird Flower #CFC801
Tints of Bird Flower #CFC801
RGB
CMYK
RGB Variations
Color information
#CFC801 (or 0xCFC801) is known color: Bird Flower. HEX triplet: CF, C8 and 01. RGB value is (207,200,1). Sum of RGB (Red+Green+Blue) = 207+200+1=408 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.74% from 408); Green value is 200 (78.52% from 255 or 49.02% from 408); Blue value is 1 (0.78% from 255 or 0.25% from 408); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC801 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC801 is #3037FE. Grayscale: #B4B4B4. Windows color (decimal): -3160063 or 116943. OLE color: 116943.
HSL color Cylindrical-coordinate representation of color #CFC801: hue angle of 57.96º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CFC801 is Cyan = 0, Magento = 0.03, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 200 | 1 | - |
| CMYK | 0 | 0.03 | 1.00 | 0.19 |
| HSL | 57.96º | 0.99% | 0.41% | - |
| HSV(B) | 57.96º | 1% | 0.81% | - |
| XYZ | 46.39 | 54.58 | 8.12 | - |
| YUV | 179.41 | 27.32 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 200 | 1 | 0 | 0.03 | 1.00 | 0.19 | 57.96 | 0.99 | 0.41 |
| Hex | CF | C8 | 1 | 0 | 3 | 64 | 13 | 3A | 63 | 29 |
| Octal | 317 | 310 | 1 | 0 | 3 | 144 | 23 | 72 | 143 | 51 |
| Binary | 11001111 | 11001000 | 1 | 0 | 11 | 1100100 | 10011 | 111010 | 1100011 | 101001 |
Color Harmonies of #CFC801
Complementary color
Monochromatic Colors of #CFC801
Black with #CFC801
Text Example
Text Example
White with #CFC801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC801; }
p { color: rgb(207,200,1); }
H1.HeaderClassName
{
color: #CFC801;
}
.AnyTagClassName
{
color: #CFC801;
}
</style>
background-color css
<style>
a { background-color: #CFC801; }
a { background-color: rgb(207,200,1); }
div.DivClassName
{
background-color: #CFC801;
}
.BgClassName
{
background-color: #CFC801;
}
</style>
border-color css
<style>
span { border-color: #CFC801; }
span { border-color: rgb(207,200,1); }
td.TdClassName
{
border-color: #CFC801;
}
.TagClassName
{
border-color: #CFC801;
}
</style>