Shades of Bird Flower #CFC211
Tints of Bird Flower #CFC211
RGB
CMYK
RGB Variations
Color information
#CFC211 (or 0xCFC211) is known color: Bird Flower. HEX triplet: CF, C2 and 11. RGB value is (207,194,17). Sum of RGB (Red+Green+Blue) = 207+194+17=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 194 (76.17% from 255 or 46.41% from 418); Blue value is 17 (7.03% from 255 or 4.07% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC211 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC211 is #303DEE. Grayscale: #B2B2B2. Windows color (decimal): -3161583 or 1163983. OLE color: 1163983.
HSL color Cylindrical-coordinate representation of color #CFC211: hue angle of 55.89º degrees, saturation: 0.85, 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 #CFC211 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 194 | 17 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.19 |
| HSL | 55.89º | 0.85% | 0.44% | - |
| HSV(B) | 55.89º | 0.92% | 0.81% | - |
| XYZ | 45.13 | 51.89 | 8.17 | - |
| YUV | 177.71 | 37.31 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 194 | 17 | 0 | 0.06 | 0.92 | 0.19 | 55.89 | 0.85 | 0.44 |
| Hex | CF | C2 | 11 | 0 | 6 | 5C | 13 | 38 | 55 | 2C |
| Octal | 317 | 302 | 21 | 0 | 6 | 134 | 23 | 70 | 125 | 54 |
| Binary | 11001111 | 11000010 | 10001 | 0 | 110 | 1011100 | 10011 | 111000 | 1010101 | 101100 |
Color Harmonies of #CFC211
Complementary color
Monochromatic Colors of #CFC211
Black with #CFC211
Text Example
Text Example
White with #CFC211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC211; }
p { color: rgb(207,194,17); }
H1.HeaderClassName
{
color: #CFC211;
}
.AnyTagClassName
{
color: #CFC211;
}
</style>
background-color css
<style>
a { background-color: #CFC211; }
a { background-color: rgb(207,194,17); }
div.DivClassName
{
background-color: #CFC211;
}
.BgClassName
{
background-color: #CFC211;
}
</style>
border-color css
<style>
span { border-color: #CFC211; }
span { border-color: rgb(207,194,17); }
td.TdClassName
{
border-color: #CFC211;
}
.TagClassName
{
border-color: #CFC211;
}
</style>