Shades of Bird Flower #CFC215
Tints of Bird Flower #CFC215
RGB
CMYK
RGB Variations
Color information
#CFC215 (or 0xCFC215) is known color: Bird Flower. HEX triplet: CF, C2 and 15. RGB value is (207,194,21). Sum of RGB (Red+Green+Blue) = 207+194+21=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 194 (76.17% from 255 or 45.97% from 422); Blue value is 21 (8.59% from 255 or 4.98% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC215 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC215 is #303DEA. Grayscale: #B2B2B2. Windows color (decimal): -3161579 or 1426127. OLE color: 1426127.
HSL color Cylindrical-coordinate representation of color #CFC215: hue angle of 55.81º 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 #CFC215 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 194 | 21 | - |
| CMYK | 0 | 0.06 | 0.90 | 0.19 |
| HSL | 55.81º | 0.82% | 0.45% | - |
| HSV(B) | 55.81º | 0.9% | 0.81% | - |
| XYZ | 45.16 | 51.9 | 8.35 | - |
| YUV | 178.17 | 39.31 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 194 | 21 | 0 | 0.06 | 0.90 | 0.19 | 55.81 | 0.82 | 0.45 |
| Hex | CF | C2 | 15 | 0 | 6 | 5A | 13 | 38 | 52 | 2D |
| Octal | 317 | 302 | 25 | 0 | 6 | 132 | 23 | 70 | 122 | 55 |
| Binary | 11001111 | 11000010 | 10101 | 0 | 110 | 1011010 | 10011 | 111000 | 1010010 | 101101 |
Color Harmonies of #CFC215
Complementary color
Monochromatic Colors of #CFC215
Black with #CFC215
Text Example
Text Example
White with #CFC215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC215; }
p { color: rgb(207,194,21); }
H1.HeaderClassName
{
color: #CFC215;
}
.AnyTagClassName
{
color: #CFC215;
}
</style>
background-color css
<style>
a { background-color: #CFC215; }
a { background-color: rgb(207,194,21); }
div.DivClassName
{
background-color: #CFC215;
}
.BgClassName
{
background-color: #CFC215;
}
</style>
border-color css
<style>
span { border-color: #CFC215; }
span { border-color: rgb(207,194,21); }
td.TdClassName
{
border-color: #CFC215;
}
.TagClassName
{
border-color: #CFC215;
}
</style>