Shades of Bird Flower #CFC114
Tints of Bird Flower #CFC114
RGB
CMYK
RGB Variations
Color information
#CFC114 (or 0xCFC114) is known color: Bird Flower. HEX triplet: CF, C1 and 14. RGB value is (207,193,20). Sum of RGB (Red+Green+Blue) = 207+193+20=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 193 (75.78% from 255 or 45.95% from 420); Blue value is 20 (8.20% from 255 or 4.76% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC114 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC114 is #303EEB. Grayscale: #B2B2B2. Windows color (decimal): -3161836 or 1360335. OLE color: 1360335.
HSL color Cylindrical-coordinate representation of color #CFC114: hue angle of 55.51º 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 #CFC114 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 20 | - |
| CMYK | 0 | 0.07 | 0.90 | 0.19 |
| HSL | 55.51º | 0.82% | 0.45% | - |
| HSV(B) | 55.51º | 0.9% | 0.81% | - |
| XYZ | 44.93 | 51.46 | 8.23 | - |
| YUV | 177.46 | 39.14 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 20 | 0 | 0.07 | 0.90 | 0.19 | 55.51 | 0.82 | 0.45 |
| Hex | CF | C1 | 14 | 0 | 7 | 5A | 13 | 38 | 52 | 2D |
| Octal | 317 | 301 | 24 | 0 | 7 | 132 | 23 | 70 | 122 | 55 |
| Binary | 11001111 | 11000001 | 10100 | 0 | 111 | 1011010 | 10011 | 111000 | 1010010 | 101101 |
Color Harmonies of #CFC114
Complementary color
Monochromatic Colors of #CFC114
Black with #CFC114
Text Example
Text Example
White with #CFC114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC114; }
p { color: rgb(207,193,20); }
H1.HeaderClassName
{
color: #CFC114;
}
.AnyTagClassName
{
color: #CFC114;
}
</style>
background-color css
<style>
a { background-color: #CFC114; }
a { background-color: rgb(207,193,20); }
div.DivClassName
{
background-color: #CFC114;
}
.BgClassName
{
background-color: #CFC114;
}
</style>
border-color css
<style>
span { border-color: #CFC114; }
span { border-color: rgb(207,193,20); }
td.TdClassName
{
border-color: #CFC114;
}
.TagClassName
{
border-color: #CFC114;
}
</style>