Shades of Bird Flower #CFC706
Tints of Bird Flower #CFC706
RGB
CMYK
RGB Variations
Color information
#CFC706 (or 0xCFC706) is known color: Bird Flower. HEX triplet: CF, C7 and 06. RGB value is (207,199,6). Sum of RGB (Red+Green+Blue) = 207+199+6=412 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.24% from 412); Green value is 199 (78.12% from 255 or 48.30% from 412); Blue value is 6 (2.73% from 255 or 1.46% from 412); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC706 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC706 is #3038F9. Grayscale: #B4B4B4. Windows color (decimal): -3160314 or 444367. OLE color: 444367.
HSL color Cylindrical-coordinate representation of color #CFC706: hue angle of 57.61º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CFC706 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 199 | 6 | - |
| CMYK | 0 | 0.04 | 0.97 | 0.19 |
| HSL | 57.61º | 0.94% | 0.42% | - |
| HSV(B) | 57.61º | 0.97% | 0.81% | - |
| XYZ | 46.19 | 54.13 | 8.19 | - |
| YUV | 179.39 | 30.15 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 199 | 6 | 0 | 0.04 | 0.97 | 0.19 | 57.61 | 0.94 | 0.42 |
| Hex | CF | C7 | 6 | 0 | 4 | 61 | 13 | 3A | 5E | 2A |
| Octal | 317 | 307 | 6 | 0 | 4 | 141 | 23 | 72 | 136 | 52 |
| Binary | 11001111 | 11000111 | 110 | 0 | 100 | 1100001 | 10011 | 111010 | 1011110 | 101010 |
Color Harmonies of #CFC706
Complementary color
Monochromatic Colors of #CFC706
Black with #CFC706
Text Example
Text Example
White with #CFC706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC706; }
p { color: rgb(207,199,6); }
H1.HeaderClassName
{
color: #CFC706;
}
.AnyTagClassName
{
color: #CFC706;
}
</style>
background-color css
<style>
a { background-color: #CFC706; }
a { background-color: rgb(207,199,6); }
div.DivClassName
{
background-color: #CFC706;
}
.BgClassName
{
background-color: #CFC706;
}
</style>
border-color css
<style>
span { border-color: #CFC706; }
span { border-color: rgb(207,199,6); }
td.TdClassName
{
border-color: #CFC706;
}
.TagClassName
{
border-color: #CFC706;
}
</style>