Shades of Bird Flower #CFC510
Tints of Bird Flower #CFC510
RGB
CMYK
RGB Variations
Color information
#CFC510 (or 0xCFC510) is known color: Bird Flower. HEX triplet: CF, C5 and 10. RGB value is (207,197,16). Sum of RGB (Red+Green+Blue) = 207+197+16=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 197 (77.34% from 255 or 46.90% from 420); Blue value is 16 (6.64% from 255 or 3.81% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC510 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC510 is #303AEF. Grayscale: #B4B4B4. Windows color (decimal): -3160816 or 1099215. OLE color: 1099215.
HSL color Cylindrical-coordinate representation of color #CFC510: hue angle of 56.86º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CFC510 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 197 | 16 | - |
| CMYK | 0 | 0.05 | 0.92 | 0.19 |
| HSL | 56.86º | 0.86% | 0.44% | - |
| HSV(B) | 56.86º | 0.92% | 0.81% | - |
| XYZ | 45.79 | 53.24 | 8.35 | - |
| YUV | 179.36 | 35.81 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 197 | 16 | 0 | 0.05 | 0.92 | 0.19 | 56.86 | 0.86 | 0.44 |
| Hex | CF | C5 | 10 | 0 | 5 | 5C | 13 | 39 | 56 | 2C |
| Octal | 317 | 305 | 20 | 0 | 5 | 134 | 23 | 71 | 126 | 54 |
| Binary | 11001111 | 11000101 | 10000 | 0 | 101 | 1011100 | 10011 | 111001 | 1010110 | 101100 |
Color Harmonies of #CFC510
Complementary color
Monochromatic Colors of #CFC510
Black with #CFC510
Text Example
Text Example
White with #CFC510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC510; }
p { color: rgb(207,197,16); }
H1.HeaderClassName
{
color: #CFC510;
}
.AnyTagClassName
{
color: #CFC510;
}
</style>
background-color css
<style>
a { background-color: #CFC510; }
a { background-color: rgb(207,197,16); }
div.DivClassName
{
background-color: #CFC510;
}
.BgClassName
{
background-color: #CFC510;
}
</style>
border-color css
<style>
span { border-color: #CFC510; }
span { border-color: rgb(207,197,16); }
td.TdClassName
{
border-color: #CFC510;
}
.TagClassName
{
border-color: #CFC510;
}
</style>