Shades of Bird Flower #CFC701
Tints of Bird Flower #CFC701
RGB
CMYK
RGB Variations
Color information
#CFC701 (or 0xCFC701) is known color: Bird Flower. HEX triplet: CF, C7 and 01. RGB value is (207,199,1). Sum of RGB (Red+Green+Blue) = 207+199+1=407 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.86% from 407); Green value is 199 (78.12% from 255 or 48.89% from 407); Blue value is 1 (0.78% from 255 or 0.25% from 407); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC701 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC701 is #3038FE. Grayscale: #B3B3B3. Windows color (decimal): -3160319 or 116687. OLE color: 116687.
HSL color Cylindrical-coordinate representation of color #CFC701: hue angle of 57.67º 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 #CFC701 is Cyan = 0, Magento = 0.04, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 199 | 1 | - |
| CMYK | 0 | 0.04 | 1.00 | 0.19 |
| HSL | 57.67º | 0.99% | 0.41% | - |
| HSV(B) | 57.67º | 1% | 0.81% | - |
| XYZ | 46.16 | 54.11 | 8.04 | - |
| YUV | 178.82 | 27.65 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 199 | 1 | 0 | 0.04 | 1.00 | 0.19 | 57.67 | 0.99 | 0.41 |
| Hex | CF | C7 | 1 | 0 | 4 | 64 | 13 | 3A | 63 | 29 |
| Octal | 317 | 307 | 1 | 0 | 4 | 144 | 23 | 72 | 143 | 51 |
| Binary | 11001111 | 11000111 | 1 | 0 | 100 | 1100100 | 10011 | 111010 | 1100011 | 101001 |
Color Harmonies of #CFC701
Complementary color
Monochromatic Colors of #CFC701
Black with #CFC701
Text Example
Text Example
White with #CFC701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC701; }
p { color: rgb(207,199,1); }
H1.HeaderClassName
{
color: #CFC701;
}
.AnyTagClassName
{
color: #CFC701;
}
</style>
background-color css
<style>
a { background-color: #CFC701; }
a { background-color: rgb(207,199,1); }
div.DivClassName
{
background-color: #CFC701;
}
.BgClassName
{
background-color: #CFC701;
}
</style>
border-color css
<style>
span { border-color: #CFC701; }
span { border-color: rgb(207,199,1); }
td.TdClassName
{
border-color: #CFC701;
}
.TagClassName
{
border-color: #CFC701;
}
</style>