Shades of Bird Flower #CFC216
Tints of Bird Flower #CFC216
RGB
CMYK
RGB Variations
Color information
#CFC216 (or 0xCFC216) is known color: Bird Flower. HEX triplet: CF, C2 and 16. RGB value is (207,194,22). Sum of RGB (Red+Green+Blue) = 207+194+22=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 194 (76.17% from 255 or 45.86% from 423); Blue value is 22 (8.98% from 255 or 5.20% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC216 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC216 is #303DE9. Grayscale: #B2B2B2. Windows color (decimal): -3161578 or 1491663. OLE color: 1491663.
HSL color Cylindrical-coordinate representation of color #CFC216: hue angle of 55.78º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CFC216 is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 194 | 22 | - |
| CMYK | 0 | 0.06 | 0.89 | 0.19 |
| HSL | 55.78º | 0.81% | 0.45% | - |
| HSV(B) | 55.78º | 0.89% | 0.81% | - |
| XYZ | 45.17 | 51.91 | 8.4 | - |
| YUV | 178.28 | 39.81 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 194 | 22 | 0 | 0.06 | 0.89 | 0.19 | 55.78 | 0.81 | 0.45 |
| Hex | CF | C2 | 16 | 0 | 6 | 59 | 13 | 38 | 51 | 2D |
| Octal | 317 | 302 | 26 | 0 | 6 | 131 | 23 | 70 | 121 | 55 |
| Binary | 11001111 | 11000010 | 10110 | 0 | 110 | 1011001 | 10011 | 111000 | 1010001 | 101101 |
Color Harmonies of #CFC216
Complementary color
Monochromatic Colors of #CFC216
Black with #CFC216
Text Example
Text Example
White with #CFC216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC216; }
p { color: rgb(207,194,22); }
H1.HeaderClassName
{
color: #CFC216;
}
.AnyTagClassName
{
color: #CFC216;
}
</style>
background-color css
<style>
a { background-color: #CFC216; }
a { background-color: rgb(207,194,22); }
div.DivClassName
{
background-color: #CFC216;
}
.BgClassName
{
background-color: #CFC216;
}
</style>
border-color css
<style>
span { border-color: #CFC216; }
span { border-color: rgb(207,194,22); }
td.TdClassName
{
border-color: #CFC216;
}
.TagClassName
{
border-color: #CFC216;
}
</style>