Shades of Bird Flower #CFC214
Tints of Bird Flower #CFC214
RGB
CMYK
RGB Variations
Color information
#CFC214 (or 0xCFC214) is known color: Bird Flower. HEX triplet: CF, C2 and 14. RGB value is (207,194,20). Sum of RGB (Red+Green+Blue) = 207+194+20=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 194 (76.17% from 255 or 46.08% from 421); Blue value is 20 (8.20% from 255 or 4.75% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC214 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC214 is #303DEB. Grayscale: #B2B2B2. Windows color (decimal): -3161580 or 1360591. OLE color: 1360591.
HSL color Cylindrical-coordinate representation of color #CFC214: hue angle of 55.83º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CFC214 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 194 | 20 | - |
| CMYK | 0 | 0.06 | 0.90 | 0.19 |
| HSL | 55.83º | 0.82% | 0.45% | - |
| HSV(B) | 55.83º | 0.9% | 0.81% | - |
| XYZ | 45.15 | 51.9 | 8.3 | - |
| YUV | 178.05 | 38.81 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 194 | 20 | 0 | 0.06 | 0.90 | 0.19 | 55.83 | 0.82 | 0.45 |
| Hex | CF | C2 | 14 | 0 | 6 | 5A | 13 | 38 | 52 | 2D |
| Octal | 317 | 302 | 24 | 0 | 6 | 132 | 23 | 70 | 122 | 55 |
| Binary | 11001111 | 11000010 | 10100 | 0 | 110 | 1011010 | 10011 | 111000 | 1010010 | 101101 |
Color Harmonies of #CFC214
Complementary color
Monochromatic Colors of #CFC214
Black with #CFC214
Text Example
Text Example
White with #CFC214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC214; }
p { color: rgb(207,194,20); }
H1.HeaderClassName
{
color: #CFC214;
}
.AnyTagClassName
{
color: #CFC214;
}
</style>
background-color css
<style>
a { background-color: #CFC214; }
a { background-color: rgb(207,194,20); }
div.DivClassName
{
background-color: #CFC214;
}
.BgClassName
{
background-color: #CFC214;
}
</style>
border-color css
<style>
span { border-color: #CFC214; }
span { border-color: rgb(207,194,20); }
td.TdClassName
{
border-color: #CFC214;
}
.TagClassName
{
border-color: #CFC214;
}
</style>